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
          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 on Modified Bases...
          Yesterday, 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, 04-11-2024, 12:08 PM
        0 responses
        55 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        51 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        45 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        55 views
        0 likes
        Last Post seqadmin  
        Working...
        X