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
      Addressing Off-Target Effects in CRISPR Technologies
      by seqadmin






      The first FDA-approved CRISPR-based therapy marked the transition of therapeutic gene editing from a dream to reality1. CRISPR technologies have streamlined gene editing, and CRISPR screens have become an important approach for identifying genes involved in disease processes2. This technique introduces targeted mutations across numerous genes, enabling large-scale identification of gene functions, interactions, and pathways3. Identifying the full range...
      08-27-2024, 04:44 AM
    • seqadmin
      Selecting and Optimizing mRNA Library Preparations
      by seqadmin



      Sequencing mRNA provides a snapshot of cellular activity, allowing researchers to study the dynamics of cellular processes, compare gene expression across different tissue types, and gain insights into the mechanisms of complex diseases. “mRNA’s central role in the dogma of molecular biology makes it a logical and relevant focus for transcriptomic studies,” stated Sebastian Aguilar Pierlé, Ph.D., Application Development Lead at Inorevia. “One of the major hurdles for...
      08-07-2024, 12:11 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 08-27-2024, 04:40 AM
    0 responses
    16 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 08-22-2024, 05:00 AM
    0 responses
    293 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 08-21-2024, 10:49 AM
    0 responses
    135 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 08-19-2024, 05:12 AM
    0 responses
    124 views
    0 likes
    Last Post seqadmin  
    Working...
    X