Hi
I'm trying to create tomato orgdb at https://github.com/kozo2/org.Slycopersicum.eg.db
It seems almost OK but the MAPCOUNTS is nil.
Can I ask your comments or suggestions?
> install.packages("devtools")
> devtools::install_github("kozo2/org.Slycopersicum.eg.db")
> library("org.Slycopersicum.eg.db")
> org.Slycopersicum.egMAPCOUNTS
integer(0)

What information (bimaps?) is missing from the OrgDb in AnnotationHub? How are you creating the OrgDb package (using code from AnnotationForge)? Providing a code example of the information you're trying to extract and how you are creating the new package will make it easier for others to help.
Also, are you aware of the select() interface for interacting with the OrgDbs? If not, See ?AnnotationDbi::select.
Valerie
The missing info is like this.
I created the sqlite file with https://github.com/kozo2/org.Slycopersicum.eg.db-gen
, and create the OrgDb with https://github.com/kozo2/org.Slycopersicum.eg.db
I'm using AnnotationForge in https://github.com/kozo2/org.Slycopersicum.eg.db-gen/blob/master/tomatoMakeOrgPkg.R
This is just for the sqlite not for the package itself.
A code example is what I already mentioned.
> install.packages("devtools") > devtools::install_github("kozo2/org.Slycopersicum.eg.db") > library("org.Slycopersicum.eg.db") > org.Slycopersicum.egMAPCOUNTS integer(0)I just want to check the MAPCOUNTS and know why this line does not work.
https://github.com/kozo2/org.Slycopersicum.eg.db/blob/master/R/objects.R#L119
Thank you for your kindness about select() interface.
It seems there is no AnnotationDb object in my package. (but there are AnnDbBimaps)
mapped_genes output is too long so I ommited.
The missing info is like this.
I created the sqlite file with https://github.com/kozo2/org.Slycopersicum.eg.db-gen
, and create the OrgDb with https://github.com/kozo2/org.Slycopersicum.eg.db
I'm using AnnotationForge in https://github.com/kozo2/org.Slycopersicum.eg.db-gen/blob/master/tomatoMakeOrgPkg.R
This is just for the sqlite not for the package itself.
A code example is what I already mentioned.
> install.packages("devtools") > devtools::install_github("kozo2/org.Slycopersicum.eg.db") > library("org.Slycopersicum.eg.db") > org.Slycopersicum.egMAPCOUNTS integer(0)I just want to check the MAPCOUNTS and know why this line does not work.
https://github.com/kozo2/org.Slycopersicum.eg.db/blob/master/R/objects.R#L119
Thank you for your kindness about select() interface.
It seems there is no AnnotationDb object in my package. (but there are AnnDbBimaps)
mapped_genes output is too long so I ommited.
The missing info is like this.
I created the sqlite file with https://github.com/kozo2/org.Slycopersicum.eg.db-gen
, and create the OrgDb with https://github.com/kozo2/org.Slycopersicum.eg.db
I'm using AnnotationForge in https://github.com/kozo2/org.Slycopersicum.eg.db-gen/blob/master/tomatoMakeOrgPkg.R
This is just for the sqlite not for the package itself.
A code example is what I already mentioned.
> install.packages("devtools") > devtools::install_github("kozo2/org.Slycopersicum.eg.db") > library("org.Slycopersicum.eg.db") > org.Slycopersicum.egMAPCOUNTS integer(0)I just want to check the MAPCOUNTS and know why this line does not work.
https://github.com/kozo2/org.Slycopersicum.eg.db/blob/master/R/objects.R#L119
Thank you for your kindness about select() interface.
It seems there is no AnnotationDb object in my package. (but there are AnnDbBimaps)
mapped_genes output is too long so I ommited.