Hi Jim,
I guess there is still no org.Zm.eg.db package available (I couldn't find one), therefore, I tried to build it by my self, like you described it. But I failed building and installing the package, could you please give me some hints how to do that? I was trying to use Devtools, but got the following Error message: Could not find package root.
Here is my script, I am actually wasn't sure which arguments to use for build and install ()
biocLite("AnnotationForge")
library(AnnotationForge)
makeOrgPackageFromNCBI(version="1", author = "Jutta Baldauf", maintainer = "baldauf@uni-bonn.de", outputDir = ".", tax_id = "4577", genus = "Zea", species = "mays")
install.packages("devtools")
library(devtools)
#build the package
build()
# install the R package
install()
Thanks,
Jutta
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.