![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pull out gene ontology annotation from Ensembl | owen05nju | Bioinformatics | 1 | 08-01-2012 05:40 AM |
gene ontology | ssing | Bioinformatics | 1 | 02-22-2012 05:24 AM |
gene ontology over-representation of differentially expressed genes | damiankao | Bioinformatics | 10 | 10-20-2011 02:57 PM |
window cutoff for nearest gene (gene ontology) | repinementer | Bioinformatics | 1 | 11-22-2010 05:40 PM |
High throughput Gene Ontology enrichment API | ieuanclay | Bioinformatics | 3 | 08-23-2010 07:23 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: United States Join Date: Aug 2011
Posts: 8
|
![]()
Hello,
I'm working on a transcriptome project. I generated a list of GO terms and numbers by aligning illumina reads against a reference transcriptome to get an ID, then retrieved the GO terms and numbers associated with that ID. What I'd like to do is take my list of GO terms or numbers and create a graph of the level 2 or 3 biological functions to compare two sets of data. The problem is that the numbers and terms I have are from the bottom level. Is there a program which I can just load the terms I have into in order to generate this sort of graph, or some sort of perl framework that would let me look up the level 2 or 3 term of a GO term or number? The programs I have tried want to take a sequence, blast it, and then assign it a GO term, but this would take a significant amount of time with the hardware I have. I have access to OBO files with the ontology. Thank you |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: Vancouver, BC Join Date: Mar 2010
Posts: 275
|
![]()
Ontologizer will do exactly what you want. Though, I've never used it with a single list, it's more for calculating enrichment between a study and population set. As far as Perl packages, there is GO::TermFinder, GO::Perl, GO, and presumably others (BioPerl also has some methods for annotating GO terms).
|
![]() |
![]() |
![]() |
#3 |
Junior Member
Location: United States Join Date: Aug 2011
Posts: 8
|
![]()
Thank you, working with ontologizer now
|
![]() |
![]() |
![]() |
#4 |
Senior Member
Location: Vancouver, BC Join Date: Mar 2010
Posts: 275
|
![]()
Okay, good luck. For just creating the graphs you might want to use the GO::View module (from GO::TermFinder) directly. I should have stated that before. Ontologizer can be a bit tricky to work around because you need several ontology and annotation files in a specific format. Since my last post, I also remembered a Python package called goatools that may do what you want, though I have never used it.
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|