This is a test version of Biostars. For the public version, visit https://www.biostars.org.
STAR aligner options for unstranded RNA-seq

I plan to do STAR-htseq using an unstranded RNA-seq dataset. I can only find in the manual that the option --outSAMstrandField intronMotif is needed for cufflinks only. It's not clear to me if I need to specify that option or any other option specific for unstranded data in order to use other quantification tools such as htseq.

rna-seq alignment next-gen star aligner

1 answer

You don't need to specify anything for it to be compatible with htseq-count.

Note that featureCounts is faster than htseq-count and that STAR can also do unstranded quantification (it's also faster than htseq-count).

Log in to answer this question.