-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues w/expected input genes #35
Comments
The NCG and DisGeNET databases are used for human disease analysis. |
@huerqiang Thanks so much for the quick and informative response! |
@huerqiang I am having a similar issue, however, I am using mouse data and mouse genome annotation (org.Mm.eg.db). I input code and receive preparing geneSet collections... `library(clusterProfiler) #read in the res file from DESeq analysis #prepare data for input to make figures require(DOSE) Do I need to use another annotation instead of this? |
I have been having trouble with two DOSE functions: gseNCG and enrichDGN. In both cases when I try to use either function on my list of sorted geneIDs and corresponding p-values I get an error message containing a line telling me what the "expected input gene ID" is. BTW, the geneIDs in my dataset are from Mus musculus, so given that using gseNCG on the default geneList produces an output listing the organism as "homo sapiens", I think maybe the problem might be that the functions I was using were automatically using homo sapiens, in which case I'd need to somehow change it to use mus musculus instead. Below____ is the entire error message generated from me running enrichDGN:
--> No gene can be mapped....
--> Expected input gene ID: 653509,79644,3054,1855,10561,7050
--> return NULL...
NULL
And the corresponding error message from gseNCG:
preparing geneSet collections...
--> Expected input gene ID: 999,677,2065,55294,2625,2033
Error in check_gene_id(geneList, geneSets) :
--> No gene can be mapped....
The text was updated successfully, but these errors were encountered: