| 
0
 | 
     1 The following libraries need to be installed to use the obo tools:
 | 
| 
 | 
     2 
 | 
| 
 | 
     3 # termfinder needs g++ and other build tools
 | 
| 
 | 
     4 sudo apt-get $APT_OPTS install build-essential
 | 
| 
 | 
     5 
 | 
| 
 | 
     6 # perl dbi / perl DBD::mysql 
 | 
| 
 | 
     7 sudo apt-get $APT_OPTS install libdbi-perl libdbd-mysql-perl
 | 
| 
 | 
     8 
 | 
| 
 | 
     9 # GO:TermFinder needs dependencies GraphViz and GD graphics libraries 
 | 
| 
 | 
    10 sudo apt-get $APT_OPTS install libgraphviz-perl
 | 
| 
 | 
    11 sudo apt-get $APT_OPTS install libgd-gd2-perl
 | 
| 
7
 | 
    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 
 | 
| 
8
 | 
    23 --- Gene Associations ---
 | 
| 
 | 
    24 svn --ignore-externals co svn://ext.geneontology.org/trunk/gene-associations gene-associations
 | 
| 
 | 
    25 
 | 
| 
7
 | 
    26 --- AmiGO related ---
 | 
| 
 | 
    27 
 | 
| 
 | 
    28 for AmiGO Manual 
 | 
| 
 | 
    29 http://wiki.geneontology.org/index.php/AmiGO_Manual:_Visualize
 | 
| 
 | 
    30 
 | 
| 
 | 
    31 online tool to play around (current version, has R Wrapper ramigo)
 | 
| 
 | 
    32 http://amigo.geneontology.org/cgi-bin/amigo/visualize?mode=client
 | 
| 
 | 
    33 
 | 
| 
 | 
    34 online tool Amigo2
 | 
| 
 | 
    35 http://amigo2.berkeleybop.org/cgi-bin/amigo2/amigo?mode=visualize
 | 
| 
 | 
    36 
 | 
| 
 | 
    37 entry point Amigo2
 | 
| 
 | 
    38 https://github.com/kltm/amigo/blob/master/perl/bin/visualize
 | 
| 
 | 
    39 
 | 
| 
 | 
    40 --- workflows ---
 | 
| 
 | 
    41 
 | 
| 
 | 
    42 gene set + ontology + gene associations =
 | 
| 
 | 
    43 
 | 
| 
 | 
    44 gene products + background set = (good) + (ambiguous) + (no match, missing)
 | 
| 
 | 
    45 
 | 
| 
 | 
    46 
 |