Hi,
I am trying to do GO enrichment analysis. I work on Cannabis sativa, which is a non-model organism. There are no GO terms for Cannabis, so I cannot make use of the orgdb or biomart functions in R. However, I have generated a file with GO terms mapped to protein id from the original fasta. My file looks like this:
!db db_object_id db_object_symbol qualifier term_accession db_reference evidence_code with aspect db_object_name db_object_synonym db_>NCBI_cannabis
XP_030477616 XP_030477616 GO:0004672 GOMAP:0000 IEA F gene taxon:3483 12042019 GOM>NCBI_cannabis
XP_030477616 XP_030477616 GO:0005524 GOMAP:0000 IEA F gene taxon:3483 12042019 GOM>NCBI_cannabis
I am wondering how to use this file to do GO enrichment analysis. I have protein id mapped to GO term, rather than gene id mapped to GO term, is this an issue? Any guidance is appreciated
Thanks. How would I go about converting protein id to gene id?
So when you said 'there are no GO terms for Cannabis' I took you at your word. Turns out I shouldn't have!
Seems like you can just get what you need from the
AnnotationHub