Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • LacquerHead
    Member
    • Nov 2015
    • 31

    BEDTOOLS bedtobam question

    Hi all,

    Quick question, did some shifting of a BAM file by first converting it into BED with bamtobed and shifting with an awk script, however when I converted it back to bam after the file size reduced by 1/3 from 750mb to 250mb. Although when I run samtools flagstat on both before and after it shows me 22 million reads in both the 750mb and 250mb files. Any ideas?
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    I don't personally use the bed format, but the specification does not provide any fields for quality scores or bases. It's just for positions. So, even if it's possible to convert a bed file to a bam file, it will not be the original bam file, since bam -> bed is a lossy conversion. I'm not sure what will be in your bam file, but I don't expect it to contain bases, quality scores, cigar strings, or optional fields.

    Comment

    • WhatsOEver
      Senior Member
      • Apr 2012
      • 215

      #3
      I'm even surprised that flagstat works on such a bam as you actually loose any information on flags (paired, orientation, alternative alignments, ...). And I also don't understand why you'd like to do something like bam->bed->bam?

      Comment

      Latest Articles

      Collapse

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Yesterday, 11:58 AM
      0 responses
      13 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-05-2026, 10:09 AM
      0 responses
      25 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-04-2026, 08:59 AM
      0 responses
      35 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 12:03 PM
      0 responses
      60 views
      0 reactions
      Last Post SEQadmin2  
      Working...