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
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
Comment