diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2018-12-24 11:15:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-24 22:16:51 +0700 |
commit | 2183ac8328445578506cf475014eb1bf51353504 (patch) | |
tree | 997d5242f98fb2fe8446f86b6093939338aa7729 /academic/stringtie/README | |
parent | 201f40382197fbf0baf90fbafd016efb5567a7f8 (diff) |
academic/stringtie: Added (Assembler of RNA-Seq alignments).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/stringtie/README')
-rw-r--r-- | academic/stringtie/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/academic/stringtie/README b/academic/stringtie/README new file mode 100644 index 000000000000..0ffb8ddea5ed --- /dev/null +++ b/academic/stringtie/README @@ -0,0 +1,11 @@ +StringTie is a fast and highly efficient assembler of RNA-Seq +alignments into potential transcripts. It uses a novel network flow +algorithm as well as an optional de novo assembly step to assemble and +quantitate full-length transcripts representing multiple splice +variants for each gene locus. Its input can include not only the +alignments of raw reads used by other transcript assemblers, but also +alignments longer sequences that have been assembled from those reads. + +In order to identify differentially expressed genes between +experiments, StringTie's output can be processed by specialized +software like Ballgown, Cuffdiff or other programs (DESeq2, edgeR). |