Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • mpileup: specified region truncated.

    Hello gentlepeople,

    I am using the samtools 'mpileup' program.
    I wish to generate a pileup file for a specific region.
    I have several separate .bam input files that I am generating the pileups for.
    Unfortunately, mpileup truncates the region and I only get data for the first part of the region.
    I have ran the same command on different .bam files and get different results.

    When I command:

    samtools mpileup -f 'hg19.fa' -r chr6:27114408-27115845 'experiment01.bam' > out_PILEUP2.pile
    [mpileup] 1 samples in 1 input files
    <mpileup> Set max per-file depth to 8000

    I get a file with 746 lines.
    I am expecting 1438 lines because that is the size of the interval I have specified with the '-r' flag
    If I use mpileup with the same region but with a different .bam file I get a different size file.

    samtools mpileup -f 'hg19.fa' -r chr6:27114408-27115845 'experiment02.bam' > out_PILEUP3.pile
    [mpileup] 1 samples in 1 input files
    <mpileup> Set max per-file depth to 8000

    I get a file with 623 lines.
    Again, I am expecting 1438 lines because that is the size of the interval I have specified with the '-r' flag.

    The first line in both files is for chr6:27114408, as expected.
    BUT, the files are truncated at different positions.
    With experiment01.bam the final line of the pileup file is chr6:27115577.
    With experiment02.bam the final line of the pileup file is chr6:27115344.

    This must have something to do with the .bam file.
    Can someone tell me which parameter needs to be adjusted?
    I have consulted the manual but I could not identify anything that sounded applicable.

    Thanks for you time,
    Lionel (Lee) Brooks 3rd
    Dartmouth Genetics Grad Student

  • #2
    The simplest answer is that you just don't have any reads across part of your region.

    Try getting the .sam file for the same region +- 500 bases, or try looking at the whole .bam in IGV. You can zoom in on your region.

    Comment


    • #3
      Yeah, mpileup doesn't generate lines for regions it has no reads on. If you need to work out whole-region coverage, then you should be looking at the column that gives the base number. For covered regions, this will increase by 1 per line (assuming no inserts), but will jump multiple bases when there are no reads.

      Comment


      • #4
        whoops, should have checked that...thanks!

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Genetic Variation in Immunogenetics and Antibody Diversity
          by seqadmin



          The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
          11-06-2024, 07:24 PM
        • seqadmin
          Choosing Between NGS and qPCR
          by seqadmin



          Next-generation sequencing (NGS) and quantitative polymerase chain reaction (qPCR) are essential techniques for investigating the genome, transcriptome, and epigenome. In many cases, choosing the appropriate technique is straightforward, but in others, it can be more challenging to determine the most effective option. A simple distinction is that smaller, more focused projects are typically better suited for qPCR, while larger, more complex datasets benefit from NGS. However,...
          10-18-2024, 07:11 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 11:09 AM
        0 responses
        24 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Today, 06:13 AM
        0 responses
        20 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 11-01-2024, 06:09 AM
        0 responses
        30 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 10-30-2024, 05:31 AM
        0 responses
        21 views
        0 likes
        Last Post seqadmin  
        Working...
        X