Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadyalex/thesis
Master thesis - Visualisation of the Gene Ontology and cluster analysis results
https://github.com/vadyalex/thesis
Last synced: 29 days ago
JSON representation
Master thesis - Visualisation of the Gene Ontology and cluster analysis results
- Host: GitHub
- URL: https://github.com/vadyalex/thesis
- Owner: vadyalex
- Created: 2010-03-01T15:20:31.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T22:33:17.000Z (over 9 years ago)
- Last Synced: 2024-04-17T09:04:20.582Z (9 months ago)
- Language: Java
- Homepage:
- Size: 18.2 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MASTER THESIS
===============================
"VISUALISATION OF THE GENE ONTOLOGY AND CLUSTER ANALYSIS RESULTS"
================================ISOVIS GROUP IN LINNEUNIVERSITETET, VÄXJÖ, SWEDEN (http://lnu.se)
SOURCE CODE REPOSITORY LOCATION: [git://github.com/vadyalex/thesis.git](git://github.com/vadyalex/thesis.git)
RELEASES LOCATION: [http://sourceforge.net/projects/go-cluster/files/releases/](http://sourceforge.net/projects/go-cluster/files/releases/)
GENE ONTOLOGY AND CLUSTER GRAPHS FOR VISUALISATION ARE AVAILABLE: [http://sourceforge.net/projects/go-cluster/files/data/](http://sourceforge.net/projects/go-cluster/files/data/)
BY VLADYSLAV ALEKSAKHIN (vladyslav.aleksakhin at gmail.com)
SUPERVISER: PROF. DR. ANDREAS KERREN (andreas.kerren at lnu.se)
CO-SUPERVISER: PH.D STUDENT ILIR JUSUFI (ilir.jusufi at lnu.se)2009 - 2011
CONTENT:
--------------------------------1. Requirements
GoClusterViz is Java application make sure you have installed JRE version 5.0 or above and configured java in path.
2. HOW TO RUN
GoClusterViz has builds for three main platform: Windows, Linux and MacOSX.
Under Windows just start:
GoClusterViz.bat
On Linux and MacOSX run from terminal:
GoClusterViz.sh
3. LOAD DATA
Data graphs available on the sourceforge.net, location url is above.
Real data is located under "data" directory.
To load Gene Ontology andcluster graph use main menu:
"File -> Open GO graph" and select downloaded RealGOGraph.gml
"File -> Open cluster graph" and select RealClusterGraph.gml4. STARTUP PARAMETERS
It if possible to load graphs immediately after start:
./GoClusterViz.sh load --type=gml --go=/some/where/go.gml --cluster=/any/where/cluster.gml
./GoClusterViz.sh load --t=gml --g=/some/where/go.gml --c=/any/where/cluster.gml
To run using Maven
mvn clean compile exec:java -Dexec.mainClass=GoClusterViz "-Dexec.args=load --type=gml --go=data/GOGraph.gml --cluster=data/ClusterGraph.gml"