-
Notifications
You must be signed in to change notification settings - Fork 10
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
Unable to find an inherited method for function ‘species’ for signature ‘"character"’ #4
Comments
I don't think this was ever meant to work. I get the same thing with R 3.6 and BioC 3.10:
Note that the following works though, in both BioC 3.10 (no longer supported) and BioC 3.11 (current release):
|
Hello, I am having the same problem with many of the AnnotationDbi functions. Error: I have been trying to use AnnotationDbi to get map EntrezIDs to GeneIDs but I keep running into this problem.
Error: My sessionInfo() is: `R version 4.0.2 (2020-06-22) Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): Any help will be greatly appreciated. |
Argh, I seem to be hitting this error now with clusterProfiler gseGO(
geneList = gene_list,
ont = "BP",
OrgDb = "org.Hs.eg.db",
keyType = "ENSEMBL"
)
I'll work on posting a bug report on the Bioconductor support forum as well. sessionInfo()
|
Updated R to 4.0 and now am getting an error with the following code:
Guessing it has something to do with stringtofactor changes?
The text was updated successfully, but these errors were encountered: