首页 > 代码库 > library-type:fr-unstanded vs fisrt-stand vs second-stanrd
library-type:fr-unstanded vs fisrt-stand vs second-stanrd
建库时是否是链特异性建库。
Tophat2:
--library-type | The default is unstranded (fr-unstranded). If either fr-firststrand or fr-secondstrand is specified, every read alignment will have an XS attribute tag as explained below. Consider supplying library type options below to select the correct RNA-seq protocol. |
Library Type | Examples | Description |
fr-unstranded | Standard Illumina | Reads from the left-most end of the fragment (in transcript coordinates) map to the transcript strand, and the right-most end maps to the opposite strand. |
fr-firststrand | dUTP, NSR, NNSR | Same as above except we enforce the rule that the right-most end of the fragment (in transcript coordinates) is the first sequenced (or only sequenced for single-end reads). Equivalently, it is assumed that only the strand generated during first strand synthesis is sequenced. |
fr-secondstrand | Ligation, Standard SOLiD | Same as above except we enforce the rule that the left-most end of the fragment (in transcript coordinates) is the first sequenced (or only sequenced for single-end reads). Equivalently, it is assumed that only the strand generated during second strand synthesis is sequenced. |
HISAT2:--rna-strandness <string>
Specify strand-specific information: the default is unstranded.
For single-end reads, use F or R. ‘F‘ means a read corresponds to a transcript. ‘R‘ means a read corresponds to the reverse complemented counterpart of a transcript. For paired-end reads, use either FR or RF.
With this option being used, every read alignment will have an XS attribute tag: ‘+‘ means a read belongs to a transcript on ‘+‘ strand of genome. ‘-‘ means a read belongs to a transcript on ‘-‘ strand of genome.
library-type:fr-unstanded vs fisrt-stand vs second-stanrd
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。