Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • m_elena_bioinfo
    Member
    • Oct 2009
    • 99

    #1

    bam2mpg output

    Dear all,
    I'm trying BAM2MPG software to analyze the goodness of my variant call.
    But I can't understand the output when i run
    > bam2mpg hg19.fasta sample.bam

    This is the output:
    MPG_SNV chr1 824017 g AA 0 1 1
    MPG_SNV chr1 835499 A GG 0 1 1
    MPG_SNV chr1 846489 T CC 0 1 1
    MPG_SNV chr1 852758 G CC 0 1 1
    MPG_SNV chr1 862093 T CC 0 1 1
    MPG_SNV chr1 862124 A GG 0 1 1
    MPG_SNV chr1 862383 C TT 0 1 1
    MPG_SNV chr1 862389 A GG 0 1 1
    MPG_SNV chr1 865219 G AA 0 1 1
    MPG_SNV chr1 869303 C TT 0 1 1
    MPG_SNV chr1 869323 T CC 0 1 1
    MPG_SNV chr1 869369 G TT 0 1 1
    MPG_SNV chr1 869373 G CC 0 1 1
    MPG_SNV chr1 869401 G CC 0 1 1
    MPG_SNV chr1 879563 A GG 0 1 1
    MPG_SNV chr1 895706 G AA 0 1 1

    Anyone could explain me what are the values in last three columns?
    Thankx a lot
    ME
  • nhansen
    Junior Member
    • Sep 2009
    • 6

    #2
    Hi ME--

    The final three columns are:

    genotype score: a reasonable cutoff for a high quality genotype is 10, corresponding to expected accuracy of roughly 99.9%.

    ref/nonref column: this column is one when the genotype contains an allele that doesn't match the reference (useful for pulling variants with "awk").

    coverage: the number of reads used to call the genotype (if you are using the --qual_filter option, low quality reads won't be counted).

    It looks from your output like you have only one read in this region, and that the bases don't match the reference. My best guess is that you're specifying the wrong reference fasta file. What does this region look like if you view it in samtools tview or IGV?

    --Nancy

    Comment

    • m_elena_bioinfo
      Member
      • Oct 2009
      • 99

      #3
      Thank you Nancy, you are right! I was using the wrong reference fasta file. Now bam2mpg run correctly and your explanation about the column data are very useful for me!

      Comment

      • nhansen
        Junior Member
        • Sep 2009
        • 6

        #4
        Great! I'm sorry I didn't notice your post earlier--glad you're getting good use of the program. There's actually fairly extensive documentation within the perl script, so type "perldoc bam2mpg" to get more information on options and output.

        --Nancy

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          How Immunogenomics Decodes Immunity’s Genetic Blueprint
          by SEQadmin2




          The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.

          This convergence of genetics, immunology, and computation...
          Yesterday, 05:41 AM
        • SEQadmin2
          Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
          by SEQadmin2



          CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

          Despite this, “CRISPR helped turn genome editing from a specialized technique into
          ...
          07-31-2026, 11:01 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 08-24-2026, 10:32 AM
        0 responses
        42 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-20-2026, 11:17 AM
        0 responses
        48 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-18-2026, 10:05 AM
        0 responses
        55 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-13-2026, 12:22 PM
        0 responses
        50 views
        0 reactions
        Last Post SEQadmin2  
        Working...