diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2013-12-14 08:12:27 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:05 -0600 |
commit | 5094f4b727547788fa3fa4481bf14e89180001b2 (patch) | |
tree | 2fb081a801895382db27e2907cff6a521dc5eac2 /academic/cufflinks/README | |
parent | 00017f6260e9e0d2951eac42aeea9d8fbb9f1034 (diff) | |
download | slackbuilds-5094f4b727547788fa3fa4481bf14e89180001b2.tar.gz |
academic/cufflinks: Added (reference-guided assembler for RNA-Seq).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/cufflinks/README')
-rw-r--r-- | academic/cufflinks/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/academic/cufflinks/README b/academic/cufflinks/README new file mode 100644 index 0000000000..7afb95ee6e --- /dev/null +++ b/academic/cufflinks/README @@ -0,0 +1,17 @@ +Cufflinks assembles transcripts, estimates their abundances, and tests +for differential expression and regulation in RNA-Seq samples. It +accepts aligned RNA-Seq reads and assembles the alignments into a +parsimonious set of transcripts. Cufflinks then estimates the relative +abundances of these transcripts based on how many reads support each +one, taking into account biases in library preparation protocols. + +Cufflinks is a collaborative effort between the Laboratory for +Mathematical and Computational Biology, led by Lior Pachter at UC +Berkeley, Steven Salzberg's computational genomics group at the +Institute of Genetic Medicine at Johns Hopkins University, and Barbara +Wold's lab at Caltech. + +Reference: +Ali Mortazavi, Brian A Williams, Kenneth McCue, Lorian Schaeffer and +Barbara Wold, "Mapping and quantifying mammalian transcriptomes by +RNA-Seq", Nature Methods, volume 5, 621 - 628 (2008) |