Analysis and Inter-comparison of Gene Ontology functional annotations
Project description
AIGO is a python library for the Analysis and the Inter-comparison of Gene Ontology functional annotations. see (http://code.google.com/p/aigo).
Created by Michael Defoin-Platel on 21/02/2010. Copyright (c) 2010. All rights reserved.
Typical usage could look like this:
#!/usr/bin/env python from AIGO import logger from AIGO.ReferenceSet import RefSet from AIGO.FunctionalAnnotation import FuncAnnot from AIGO.go.OBO import readGOoboXML from AIGO.Analyse import AnalyseFA from AIGO.Report import ReportFA from AIGO.utils.Execute import batchExecute refSet = RefSet(organism="platypus", fileName="platypus.refSet", refType="Text") G = readGOoboXML("go_daily-termdb.obo-xml") FA = FuncAnnot("platypusProject", refSet, G, organism="platypus") FA.read("platypus.gaf", "GAF") analyseFA = AnalyseFA() analyseFA.largestSet([FA]) logger.info("Largest sets of annotations:") logger.info("\t%d for %s" % (FA['largestSet']['All_aspects_of_GO'], FA.name)) batchList=["coverage", "richness", "numberAnnot", "redundancy", "specificity", "informationContent"] batchExecute(batchList, analyseFA, [FA]) reportFA = ReportFA(outDir=None, name="platypusProject", organism="platypus") reportFA.printStatistics([FA] ,batchList)
Tests
Run testAIGO.py in the tests directory
Requirements
Running AIGO on windows
The 2.6.5 Python interpreter for Windows page http://www.python.org/download.
GTK+ runtime (recommend bundle), PyGTK, PyCairo? and PyGObject http://www.pygtk.org/downloads.html
BioPython? http://biopython.org/wiki/Download
matplotlib http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0
Optional : * wxPython http://www.wxpython.org/download.php#binaries * psyco http://sourceforge.net/projects/psyco/files * RPy http://sourceforge.net/projects/rpy/files
Contributors
Michael Defoin-Platel
Matthew Hindle
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file AIGO-0.1.0.tar.gz
.
File metadata
- Download URL: AIGO-0.1.0.tar.gz
- Upload date:
- Size: 4.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8f5980da8d7b5ec010cd106f2d1f7c243770820db01a364101dd4f649e64b3f |
|
MD5 | a85939b0f89c4f312e6ff7a751d3990d |
|
BLAKE2b-256 | f6ce70fb7cdff27978c0689e780081e05975e1f1f6870d58c26d97aee2aad0e1 |