Skip to content

Commit a0fa60a

Browse files
committed
update table for hisat2
1 parent 80fc409 commit a0fa60a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

manuscript/supplementary_tables/supplementary_table_5.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
The following table provides further explanation of IGV’s read orientation codes for RNA-seq data viewed in the browser. Also provided are recommended software settings for three additional tools involved in common RNA-seq analysis workflows: TopHat (PMID: 19289445, 23618408), HTSeq (PMID: 25260700), and Picard. Each of these explanations/settings is provided for several commonly used RNA-seq library construction kits that produce either stranded or unstranded data.
44

5-
| Library Kit | Stranded | 5p to 3p IGV | TopHat (--library-type parameter) | HISAT2 | HTSeq (--stranded/-s) | Picard (STRAND_SPECIFICITY option of CollectRnaSeqMetrics) |
5+
| Library Kit | Stranded | 5p to 3p IGV | TopHat (--library-type parameter) | HISAT2 (--rna-strandness) | HTSeq (--stranded/-s) | Picard (STRAND_SPECIFICITY option of CollectRnaSeqMetrics) |
66
| ----------- | -------- | ------------ | --------------------------------- | ------ | --------------------- | ---------------------------------------------------------- |
7-
| TruSeq Strand Specific Total RNA | Yes | F2R1 | fr-firststrand | ???? | reverse | SECOND_READ_TRANSCRIPTION_STRAND |
8-
| NuGEN Encore | Yes | F1R2 | fr-secondstrand | ???? | yes | FIRST_READ_TRANSCRIPTION_STRAND |
9-
| NuGEN OvationV2 | No | F2R1 or F1R2 | fr-unstranded | ???? | no | NONE
7+
| TruSeq Strand Specific Total RNA | Yes | F2R1 | fr-firststrand | R/RF | reverse | SECOND_READ_TRANSCRIPTION_STRAND |
8+
| NuGEN Encore | Yes | F1R2 | fr-secondstrand | F/FR | yes | FIRST_READ_TRANSCRIPTION_STRAND |
9+
| NuGEN OvationV2 | No | F2R1 or F1R2 | fr-unstranded | NONE | no | NONE
1010

1111
To identify which ‘--library-type’ setting to use with TopHat (PMID: 19289445, 23618408), Illumina specifically documents the types in the ‘RNA Sequencing Analysis with TopHat’ Booklet. For the TruSeq RNA Sample Prep Kit, the appropriate library type is 'fr-unstranded'. For TruSeq stranded sample prep kits, the library type is specified as 'fr-firststrand'. These post are also very informative: How to tell which library type to use (fr-firststrand or fr-secondstrand)? and How to determine if a library Is strand-specific. Another suggestion is to view aligned reads in IGV and determine the read orientation by one of two methods. First, you can have IGV color alignments according to strand using the ‘Color alignments’ by ‘First-of-pair strand’ setting. Second, to get more detailed information you can hover your cursor over a read aligned to an exon. ‘F2 R1’ means the second read in the pair aligns to the forward strand and the first read in the pair aligns to the reverse strand. For a positive DNA strand transcript (5' to 3') this would denote a fr-firststrand setting in TopHat, i.e. "the right-most end of the fragment (in transcript coordinates) is the first sequenced". For a negative DNA strand transcript (3' to 5') this would denote a fr-secondstrand setting in TopHat. ‘F1 R2’ means the first read in the pair aligns to the forward strand and the second read in the pair aligns to the reverse strand. See above for the complete definitions, but its simply the inverse for ‘F1 R2’ mapping. Anything other than FR orientation is not covered here and discussion with the individual responsible for library creation would be required. Typically ‘RF’ orientation is reserved for large-insert mate-pair libraries. Other orientations like ‘FF’ and ‘RR’ seem impossible with Illumina sequence technology and suggest structural variation between the sample and reference. Additional details are provided in the TopHat manual.
1212

0 commit comments

Comments
 (0)