You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using GDCRNATools to perform 'Functional enrichment analysis'. Here is the command that I used: enrichOutput <- gdcEnrichAnalysis(gene = rownames(deALL), simplify = TRUE).But the following error popped up. I have checked instructions of gdcEnrichAnalysis command, but I did not get how to setup species in gdcEnrichAnalysis(). Can you check for me please? Thank you in advance!
### This step may take a few minutes ###
Step 1/5: BP analysis done!
Step 2/5: CC analysis done!
Step 3/5: MF analysis done!
Error in download.KEGG.Path(species) :
'species' should be one of organisms listed in 'http://www.genome.jp/kegg/catalog/org_list.html'...
Best,
Jianxiang
The text was updated successfully, but these errors were encountered:
Hi,
I was using GDCRNATools to perform 'Functional enrichment analysis'. Here is the command that I used:
enrichOutput <- gdcEnrichAnalysis(gene = rownames(deALL), simplify = TRUE)
.But the following error popped up. I have checked instructions ofgdcEnrichAnalysis
command, but I did not get how to setup species ingdcEnrichAnalysis()
. Can you check for me please? Thank you in advance!Best,
Jianxiang
The text was updated successfully, but these errors were encountered: