Dear all
I am using Tophat2 to map sequencing reads on the genome. However, we only the sequencing data was obtained by Truseq kit. We have no other information about the method of library preparation. So my problem is how to set the --library-type
option in tophat mapping? Should I set it to fr-unstranded
(unstranded) or fr-firststrand
or fr-secondstrand
?
Thank you for your suggestions!
In principle, I'd go for Airan's approach. First you need to align a subset of reads with the fr-unstranded option, check with the RSeQC tools the read orientation and run subsequently Tophat with the computed strandedness.
As far as I know, the library-type option is only adding an XS flag to the reads which is used in Cufflinks afterwards. If you do not want to use Cufflinks, it should be OK just using the fr-unstranded option from the start.
Thank you for your advices,Michael.
Thank you very much, Airan. Your comment is really helpful.