remove low number of reads from BAM file
1
0
Entering edit mode
9.0 years ago
Mehmet ▴ 820

Dear All,

I want to remove low number of reads from alignment BAM file. How can I do that?

alignment RNA-Seq genome gene • 2.3k views
ADD COMMENT
0
Entering edit mode

Please elaborate what you mean by "low number of reads". Are these reads with low mapping quality ?

ADD REPLY
0
Entering edit mode

Hi, I am looking my alignment file on Artemis. I have seen low mapping quality (low number of reads per an exon). I don't know how to explain this. For example, There is only one read per an exon, which affects my gene statistics obtained by using RNAseq hints. I used Augustus for gene prediction.

ADD REPLY
0
Entering edit mode

Hi again, I want to remove low coverage maps from BAM file. How can I do that?

ADD REPLY
2
Entering edit mode
9.0 years ago
  • Use GATK DepthofCoverage to get the coverage of the bam
  • Get a BED file of the high-cov regions
  • Use samtools view to extract the reads overlapping the BED file.
ADD COMMENT

Login before adding your answer.

Traffic: 1076 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