Mercurial > repos > jorrit > obotools
comparison README @ 7:9d9a06b511ff
Uploaded
| author | jorrit |
|---|---|
| date | Tue, 19 Feb 2013 18:16:12 -0500 |
| parents | 4f8ea94020b1 |
| children | 00a5ede354a0 |
comparison
equal
deleted
inserted
replaced
| 6:ebf2b433a239 | 7:9d9a06b511ff |
|---|---|
| 7 sudo apt-get $APT_OPTS install libdbi-perl libdbd-mysql-perl | 7 sudo apt-get $APT_OPTS install libdbi-perl libdbd-mysql-perl |
| 8 | 8 |
| 9 # GO:TermFinder needs dependencies GraphViz and GD graphics libraries | 9 # GO:TermFinder needs dependencies GraphViz and GD graphics libraries |
| 10 sudo apt-get $APT_OPTS install libgraphviz-perl | 10 sudo apt-get $APT_OPTS install libgraphviz-perl |
| 11 sudo apt-get $APT_OPTS install libgd-gd2-perl | 11 sudo apt-get $APT_OPTS install libgd-gd2-perl |
| 12 | |
| 13 | |
| 14 --- Term Enrichment related --- | |
| 15 (currently used - heavily tied to mysql / old data model) | |
| 16 http://geneontology.svn.sourceforge.net/viewvc/geneontology/go-dev/trunk/amigo/amigo/cgi-bin/term_enrichment?view=log | |
| 17 | |
| 18 (command line version - file based) | |
| 19 http://geneontology.svn.sourceforge.net/viewvc/geneontology/go-dev/trunk/go-db-perl/ | |
| 20 | |
| 21 http://geneontology.svn.sourceforge.net/viewvc/geneontology/go-dev/trunk/go-db-perl/scripts/go-find-enriched-terms.pl?view=log | |
| 22 | |
| 23 --- AmiGO related --- | |
| 24 | |
| 25 for AmiGO Manual | |
| 26 http://wiki.geneontology.org/index.php/AmiGO_Manual:_Visualize | |
| 27 | |
| 28 online tool to play around (current version, has R Wrapper ramigo) | |
| 29 http://amigo.geneontology.org/cgi-bin/amigo/visualize?mode=client | |
| 30 | |
| 31 online tool Amigo2 | |
| 32 http://amigo2.berkeleybop.org/cgi-bin/amigo2/amigo?mode=visualize | |
| 33 | |
| 34 entry point Amigo2 | |
| 35 https://github.com/kltm/amigo/blob/master/perl/bin/visualize | |
| 36 | |
| 37 --- workflows --- | |
| 38 | |
| 39 gene set + ontology + gene associations = | |
| 40 | |
| 41 gene products + background set = (good) + (ambiguous) + (no match, missing) | |
| 42 | |
| 43 |
