Entering edit mode
4.9 years ago
O.rka
▴
740
I found a tool called MMQuant but this is suppose to be drop in replacement (though, it's not) for featureCounts. I'm trying to calculate the number of uniquely mapped reads, the number of ambigiously mapped reads, and the number of unmapped reads.
Is there a tool that can calculate these basic measures for sam/bam files?
why not just use featureCounts in the first place? (== might be useful to mention why do you want an alternative for it when asking for alternatives)
htseq-count ?
I’m getting a large number of ambiguously mapped reads and a very inconsistent gene expression between replicates. I suspect it’s a result of these ambiguous reads. I want to know exactly what proportion of the read pairs are ambiguously mapped.
I hadn't realized this information is in the summary output of featureCounts.
use combination of samtools and broad institute's website for flags
BBTools (
reformat.sh
has a number of stats options) for aligned data files.