Are SEQ-QVALs SAM/BAM fields necessary in the workflow of featureCounts?

29 views
Skip to first unread message

martina

unread,
Oct 28, 2020, 9:33:39 AM10/28/20
to Subread
HI,
I'm using featureCounts to count reads taken from a BAM file without the SEQ - QVAL fields.

The read summation routine gives the expected results with the following parameters:

 $ featureCounts -M -a data/basicAnnotation.gtf -o result/basic_M.FC  data/basic.bam.

I’m wondering if the absence of the SEQ/QVAL fields in the input file could be an issue when using any of the other optional arguments provided by the command line function of featureCounts.

Thank you in advance for any help you could provide

Yang LIAO

unread,
Oct 29, 2020, 8:58:35 PM10/29/20
to Subread
Hi Martina,

FeatureCounts doesn't use the read sequences (SEQ) and quality strings (QUAL) in the input SAM or BAM files, unless if you want to have the per-alignment gene-assignment results written into SAM or BAM files (using options "-R SAM" or "-R BAM"). In either case, the absence of SEQ and QUAL won't affect the read counting results.

Cheers,
Yang

Reply all
Reply to author
Forward
0 new messages