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
      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 on Modified Bases...
      Today, 07:01 AM
    • seqadmin
      Current Approaches to Protein Sequencing
      by seqadmin


      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
      04-04-2024, 04:25 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    37 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    41 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    35 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    54 views
    0 likes
    Last Post seqadmin  
    Working...
    X