I'm working with RNA-seq data. For the analysis I will be using HISAT2 to align sequencing reads to the human genome GRCh38. Samples are subjected to strand-specific RNA sequencing using poly-A selection protocol and sequenced on the Illumina HiSeq 2000 system. They are paired-end reads.
I would like to know how the Hisat2 command need to be given for strand-specific option.
--rna-strandness should be RF or FR
Thank you
It is very convenient to use the pseudo mapper salmon with the
-l A
option. Salmon evaluates all forms of strandness at the same time with the "A" option and will reveal in the final log lib_format_counts.json file the kind of strandness in a question of minutes, requiring a very low amount of RAM. You can download the indexes used by salmon from this pageLook the content of my lib_format_count.json files using a paired dUTP stranded library (used most of the time). The nomenclature for the kind of strandness can be read HERE. Additional information about fragment library types can be also found here