Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Genotypes conversion (SNP chip)

    Hi all,
    I have a big input file from 28 individuals which were genotyped by 600 K SNP chip (Affymetrix). I have about ~500,000 genotypes for each individual.
    But my file has a particular format for the genotypes, which is:

    -1= no call
    0=AA (homozygous for the reference allele)
    1=AB
    2=BB (homozygous for the alternative allele)

    My file is:
    AX-51 2 1 2 1 1 2 1 2 1 2 2 1 1 2 0 2 2 2 0 1 0 2 2 1 2 2 -1 2
    AX-58 2 2 2 2 2 1 1 2 1 2 1 2 2 2 1 2 2 2 2 2 2 2 2 1 2 2 2 2

    I have another file with the alleles information and position (map file):
    SNP_ID Chr Pos Alele_A/Alele_B
    AX-751 1 306 T/C
    AX-758 1 727 A/G

    I need to convert the file 1 with their respectives alleles. I tried to use Plink, but I was not able to convert the file.

    Any suggestion??

    thanks
    Clarissa

  • #2
    I have no experience with SNP chip data no can I suggest an existing program that is able to this, but from your description it seems to be a rather simple lookup problem for which some self-coding should be sufficient.

    What you need to do is reading linewise through your file:
    AX-51 2 1 2 1 1 2 1 2 1 2 2 1 1 2 0 2 2 2 0 1 0 2 2 1 2 2 -1 2
    .

    For each line you take the SNP_ID in the beginning and look for its corresponding genotype in the map file (for AX-51 you may get refGeno = A / altGeno=G)

    Afterwards you simply go through the fields of the prediction and replace the numbers with the genotypes (e.g. if "0" then refGeno, elif "2" then altGeno, ...)

    If you have no programming experience, you might even use excel/open office (vlookup) for this. Certainly not the best way to do, but still possible

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Recent Advances in Sequencing Analysis Tools
      by seqadmin


      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
      Yesterday, 07:48 AM
    • seqadmin
      Essential Discoveries and Tools in Epitranscriptomics
      by seqadmin




      The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
      04-22-2024, 07:01 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Yesterday, 07:17 AM
    0 responses
    11 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-02-2024, 08:06 AM
    0 responses
    19 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-30-2024, 12:17 PM
    0 responses
    20 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-29-2024, 10:49 AM
    0 responses
    28 views
    0 likes
    Last Post seqadmin  
    Working...
    X