Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • adaptivegenome
    Super Moderator
    • Nov 2009
    • 436

    building a consensus FASTA from BAM(s)

    Building a FASTA consensus sequence from a single BAM file is straightforward. However, if I had several BAM files representing a number of genomes in a population, and I wanted to build a single consensus of all of these BAM files, would I simply get the consensus of all the reads in all the BAMs for each position?

    Also, how are positions where equal numbers of reads support a different base resolved?
    Last edited by adaptivegenome; 11-30-2011, 03:31 PM. Reason: typo
  • andreagmu
    Junior Member
    • Jun 2013
    • 2

    #2
    Hi adaptivegenome. Could you help me out with building a consensus FASTA from a single BAM file? Thank you.

    Comment

    • andreagmu
      Junior Member
      • Jun 2013
      • 2

      #3
      Or anyone else.. Thanks!

      Comment

      • peromhc
        Senior Member
        • Sep 2009
        • 108

        #4
        see http://samtools.sourceforge.net/mpileup.shtml

        Code:
        samtools mpileup -uf ref.fa aln.bam | bcftools view -cg - | vcfutils.pl vcf2fq > cns.fq

        Comment

        Latest Articles

        Collapse

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 06-09-2026, 11:58 AM
        0 responses
        22 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        27 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        38 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-02-2026, 12:03 PM
        0 responses
        61 views
        0 reactions
        Last Post SEQadmin2  
        Working...