diff options
author | Rob van Nues <rvnues { at } disroot { dot } org> | 2018-05-15 08:40:06 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-05-19 00:45:04 +0100 |
commit | 0a2f999f14efb22ee44fcaf3da61cd5a1831a9d5 (patch) | |
tree | 9ac0f143d2a6a268ddd53f9a85d8b4e346cc16de /academic/STAR/README | |
parent | 8558eed6edc9e44871ad6d8f01828f7e2a6b29e0 (diff) | |
download | slackbuilds-0a2f999f14efb22ee44fcaf3da61cd5a1831a9d5.tar.gz |
academic/STAR: Added (Spliced Transcripts Alignment to a Reference).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/STAR/README')
-rw-r--r-- | academic/STAR/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/academic/STAR/README b/academic/STAR/README new file mode 100644 index 0000000000..3608afef93 --- /dev/null +++ b/academic/STAR/README @@ -0,0 +1,7 @@ +STAR aligns short and long RNA-seq reads to a reference genome using +uncompressed suffix arrays, resulting in fast, accurate mapping. +STAR is capable of unbiased de novo detection of canonical junctions, +can discover non-canonical splices and chimeric (fusion) transcripts and +can map full-length RNA sequences. + +Reference: https://www.ncbi.nlm.nih.gov/pubmed/23104886 |