comparison README @ 0:028babd7a6c5 draft default tip

Try at a fresh start...
author kltm
date Fri, 29 Mar 2013 17:30:07 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:028babd7a6c5
1 Welcome to OBO Tool Repository for BBOP Galaxy
2
3 The following libraries need to be installed to use the obo tools:
4
5 # termfinder needs g++ and other build tools
6 sudo apt-get $APT_OPTS install build-essential
7
8 # perl dbi / perl DBD::mysql
9 sudo apt-get $APT_OPTS install libdbi-perl libdbd-mysql-perl
10
11 # GO:TermFinder needs dependencies GraphViz and GD graphics libraries
12 sudo apt-get $APT_OPTS install libgraphviz-perl
13 sudo apt-get $APT_OPTS install libgd-gd2-perl
14
15 # subversion for retrieving versioned gene ontologies
16 sudo apt-get $APT_OPTS install subversion
17
18 --- Term Enrichment related ---
19 (currently used - heavily tied to mysql / old data model)
20 http://geneontology.svn.sourceforge.net/viewvc/geneontology/go-dev/trunk/amigo/amigo/cgi-bin/term_enrichment?view=log
21
22 (command line version - file based)
23 http://geneontology.svn.sourceforge.net/viewvc/geneontology/go-dev/trunk/go-db-perl/
24
25 http://geneontology.svn.sourceforge.net/viewvc/geneontology/go-dev/trunk/go-db-perl/scripts/go-find-enriched-terms.pl?view=log
26
27 --- Gene Associations ---
28 svn --ignore-externals co svn://ext.geneontology.org/trunk/gene-associations gene-associations
29
30 --- AmiGO related ---
31
32 for AmiGO Manual
33 http://wiki.geneontology.org/index.php/AmiGO_Manual:_Visualize
34
35 online tool to play around (current version, has R Wrapper ramigo)
36 http://amigo.geneontology.org/cgi-bin/amigo/visualize?mode=client
37
38 online tool Amigo2
39 http://amigo2.berkeleybop.org/cgi-bin/amigo2/amigo?mode=visualize
40
41 entry point Amigo2
42 https://github.com/kltm/amigo/blob/master/perl/bin/visualize
43
44 --- workflows ---
45
46 gene set + ontology + gene associations =
47
48 gene products + background set = (good) + (ambiguous) + (no match, missing)
49