diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2017-10-08 15:06:27 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-11 06:19:52 +0700 |
commit | 54bdcd5c7316c1cd1cf86aef60bf34183469cb4a (patch) | |
tree | 20c446e56bdece7702239962c8f9c6bb19314d69 /academic/meme-suite/README | |
parent | de99c62a1757d76ae87d3c127bcba5ea71eed030 (diff) | |
download | slackbuilds-54bdcd5c7316c1cd1cf86aef60bf34183469cb4a.tar.gz slackbuilds-54bdcd5c7316c1cd1cf86aef60bf34183469cb4a.tar.xz |
academic/meme-suite: Added (Motif based sequence analysis tools).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/meme-suite/README')
-rw-r--r-- | academic/meme-suite/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/academic/meme-suite/README b/academic/meme-suite/README new file mode 100644 index 0000000000..f516c7e371 --- /dev/null +++ b/academic/meme-suite/README @@ -0,0 +1,35 @@ +The MEME suite: motif based sequence analysis tools + +The MEME suite provides tools for discovering and using protein and +DNA sequence motifs. A motif is a pattern of nucleotides or amino acids +that appears repeatedly in a group of related DNA or protein sequences. + +The MEME suite represents motifs as position-dependent scoring matrices. +It consists of programs which allow you to: + +- meme - discovery of motifs shared by a group of sequences +- mast - search of databases for sequences containing these motifs +- tomtom - searching databases of motifs for similar motifs +- gomo - finding Gene Ontology terms linked to the motifs +- glam2 - discovery of gapped motifs +- glam2scan - scanning sequences with gapped motifs +- fimo - scanning sequences with motifs +- mcast - finding motif clusters +- meme-chip - analysis of large DNA datasets like ChIPseq output +- spamo - finding motif complexes by analysing motif spacing +- dreme - discovery of short regular expression motifs + +Note: building on a 32bit architecture fails at the 'make test' step +(check script). If the step is disabled, the suite builds, however it +may or may NOT work properly. Therefore, 32bit is set as 'UNTESTED'. +The 'make test' step will also fail if you don't build in a proper root +environment. + +To cite the full MEME suite: +Timothy L. Bailey, Mikael Bodén, Fabian A. Buske, Martin Frith, +Charles E. Grant, Luca Clementi, Jingyuan Ren, Wilfred W. Li, +William S. Noble, "MEME SUITE: tools for motif discovery and searching", +Nucleic Acids Research, 37:W202-W208, 2009. + +To cite individual tools, please check the citation page: +http://meme-suite.org/doc/cite.html |