Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • fastPHASE to Haploview

    Hi everyone!

    Is anyone familiar with Haploview? If so, could you tell me whether it is possible to input fastPHASE output file formats into Haploview?
    If not, I have my information in the following structure (unphased SNP matrix):
    locus1 locus2 locus3 etc.
    ind1 allele A G A T
    ind1 allele B C G T

    ind2 allele A G G A
    ind2 allele B G G A

    ind3 allele A C G C
    ind3 allele B C A C
    etc.

    What would be the easiest way to input this SNP table into Haploview?

    Thank you for help and any suggestions!

  • #2
    The Haploview file format documentation is quite verbose, and should get you most of the way to working out how to massage the fastPhase format into one of the accepted formats.

    The quickest way to do this would probably be to hunt around for a program to convert fastPHASE format to Linkage format -- while the "Phased Haplotypes" format looks the closest to your data, it requires a bit more complex manipulation to sort out the heterozygous genotypes. To go from fastPHASE to Linkage (assuming your example is correct), you would delete the marker line, add in dummy phenotype columns, then interleave the alleles on each line so that you end up with one individual per line:

    Code:
    1 ind1 0 0 0 0  G C  A G  T T
    2 ind2 0 0 0 0  G G  G G  A A
    3 ind3 0 0 0 0  C C  G A  C C
    etc.
    You also need a marker file, which shows the location of the markers in the order they appear in the columns of the Linkage file:

    Code:
    locus1  123568
    locus2  160189
    locus3  491249
    etc.
    Hmm, AG, then GA? I thought it was unphased....

    Anyway, read the file format documentation for Haploview -- you'll probably learn something I haven't told you here.

    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...
      04-22-2024, 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, Today, 08:47 AM
    0 responses
    10 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    60 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    57 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    53 views
    0 likes
    Last Post seqadmin  
    Working...
    X