How does featurecounts deal with the output from Bowtie?
1
0
Entering edit mode
3.6 years ago
wangdp123 ▴ 340

Hi there,

If the following command line is used to generate the SAM file.

bowtie -q -v 0 -k 10 -S -t <index.name> <input.fastq> <out.sam>

featureCounts program will be used to count the reads by enabling the multi-mapping reads counting:

featureCounts -t miRNA -g Name -O -M -a <mirbasefile> -o <outfile> <samfiles>

I wonder how featureCounts with the tags such as -O and -M will hand this situation as we know that this SAM file doesn't have "NH" tag? Will the command line above work properly for the microRNA quantification?

Many thanks,

Tom

RNA-Seq Bowtie featureCounts • 1.4k views
ADD COMMENT
0
Entering edit mode
3.6 years ago

What is this for? Bowtie is not splice aware, it's not appropriate for RNASeq.

ADD COMMENT
0
Entering edit mode

This is for microRNA analysis. There should be no need for splice aware.

ADD REPLY

Login before adding your answer.

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