You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_pages/hisat-3n.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The repeat mode can align nucleotide conversion reads more accurately,
20
20
and it is only 10% slower than the standard mode with tiny more memory (repeat mode use about ~10.5GB) usage than the standard mode.
21
21
22
22
HISAT-3N is developed based on [HISAT2], which is particularly optimized for RNA sequencing technology.
23
+
HISAT-3N supports both strand-specific and non-strand reads.
23
24
HISAT-3N can be used for any base-converted sequencing reads include [BS-seq], [SLAM-seq], [TAB-seq], [oxBS-seq], [TAPS], [scBS-seq], and [scSLAM-seq].
24
25
25
26
[HISAT2]:https://github.com/DaehwanKimLab/hisat2
@@ -121,6 +122,10 @@ HISAT-3N uses the HISAT2 argument but has some extra arguments. Please check [HI
121
122
The index for HISAT-3N. The basename is the name of the index files up to but not including the suffix `.3n.*.*.ht2` / etc.
122
123
For example, you build your index with basename 'genome' by HISAT-3N-build, please enter `-x genome`.
123
124
125
+
*`--directional-mapping`
126
+
Make directional mapping. Please use this option only if your sequencing reads are generated from a strand-specific library.
127
+
The directional mapping mode is about 2x faster than the default (non-directional) mapping mode.
128
+
124
129
*`--repeat-limit <int>`
125
130
You can set up the number of alignment will be checked for each repeat alignment. You may increase the number to let hisat-3n
126
131
output more, if a read has multiple mapping. We suggest the repeat limit number for paired-end reads alignment is no more
@@ -134,8 +139,8 @@ HISAT-3N uses the HISAT2 argument but has some extra arguments. Please check [HI
134
139
# Single-end slam-seq reads (T to C conversion, RNA) alignment with the standard 3N-index:
0 commit comments