extract only 5' information of BAM file
0
0
Entering edit mode
2.9 years ago
dahun73 ▴ 10

Hello all!

I wish you read this post are safe and good luck.

I have one question about plotting coverage plot.

Many tools have a fragment length option such as -FL or -L. In this length option, if I shorten to only 1bp, where is this 1bp of mapped read? 5' or 3' or middle sequence ?

The reason why I have a question about that is I want to draw coverage plot centered only 5' sequence. But I have no idea setting fragment option. There is no detailed explanation about length!

So, I want to make BAM files converting to only 5' sequnece included. Is it possible to convert original BAM file to conserve BAM format? If not, is there any good suggestion about plotting with only 5' of mapped reads? I couldn't find those tools such as samtools and sambamba.

Thank you for reading!

BAM • 821 views
ADD COMMENT
1
Entering edit mode

I think the best tool for your use case would be bedtools genomecov with options -ibam -bg -5. It will read an .bam file and output the coverage of read 5' ends in bedgraph format (which you can easily load in a genome browser).

ADD REPLY

Login before adding your answer.

Traffic: 1993 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6