featureCount how to count reads on either + or - strand
1
0
Entering edit mode
7.0 years ago
coral90 • 0

Hi,

I know this is a bit unusual question. But here it is. I have small RNA sequencing data. Say, I have a gene on + strand as indicated in the gtf file. However, I would like to know the reads that align to both + and - strand of the genome. How can I set the parameter to achieve this? Thanks!

Xinlian

RNA-Seq • 1.1k views
ADD COMMENT
1
Entering edit mode
7.0 years ago
h.mon 35k

If you just issue featureCounts without arguments on the command-line, you would be given a full list of parameters. Reading then, you would find:

  -s <int>            Perform strand-specific read counting. Acceptable values:
                      0 (unstranded), 1 (stranded) and 2 (reversely stranded).
                      0 by default.
ADD COMMENT

Login before adding your answer.

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