Using kegga and goana for Plants
1
0
Entering edit mode
jfreixas • 0
@jfreixas-15008
Last seen 6.2 years ago

I am trying to run a gene ontology analysis but my reference species is A.thaliana available here: org.At.tair.db. However, the function goana doesn't recognize species "At" and performs the GO enrichment against the human genome.

Kegga seems to recognize species "At" but I get the following error:

Error in kegga.default(de = DEGenes, universe = universe, ...) : 
  Pathways do not overlap with universe

Please any help is much appreciated.

 

 

edger goana kegga • 2.4k views
ADD COMMENT
0
Entering edit mode
@gordon-smyth
Last seen 8 hours ago
WEHI, Melbourne, Australia

Actually, kegga() works fine with A. Thaliana. It does recognize species="At" and it does not require the org.At package. Have you read the documentation provided by help("kegga")?

The error you have received tells you that you have not passed the gene IDs correctly to kegga(). If you show us the output from

show(fit)

then we should be able to identify what your error is. Without seeing any code or output, it's impossible to diagnose.

 

On the other hand, goana() does not work for A. Thaliana, as I have explained here: [goana] function within edgeR not working for Arabidopsis

ADD COMMENT
0
Entering edit mode

It's actually Ath not At and there are more subspecies of Arabidopsis. See here all the 3 letter codes for plant species: https://www.kegg.jp/kegg-bin/show_organism?category=Eudicots

ADD REPLY
0
Entering edit mode

My answer was correct as written. Please read the ?kegga documentation. kegga allows species names to be specified in either Bioconductor format (two letters) or KEGG format (three letters) via the two arguments species and species.KEGG. Also, the KEGG species names are all lowercase so your "Ath" is not correct.

ADD REPLY

Login before adding your answer.

Traffic: 957 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6