Re: [Bioc-devel] Regarding package nanotatoR

2021-08-06 Thread Bhattacharya, Surajit via Bioc-devel
Hello, Thanks a lot for your help. I removed the example, and also added an additional check to not proceed if there is a failure to extract data from entrez_search function. It passes my local checks and travis check. I am facing issues to update the data to Bioconductor as I am having issues

Re: [Bioc-devel] Regarding package nanotatoR

2021-08-04 Thread James W. MacDonald
Perhaps this helps explain things? > z <- entrez_search("gtr","muscle_weakness", retmax = )$id > any(z %in% keys(org.Hs.eg.db)) [1] FALSE > zz <- entrez_summary("gene", z) > table(do.call(c,sapply(extract_from_esummary(zz, "organism"), > function(x) x$scientificname))) A

Re: [Bioc-devel] Regarding package nanotatoR

2021-08-04 Thread James W. MacDonald
Perhaps this helps explain things? > z <- entrez_search("gtr","muscle_weakness", retmax = )$id > any(z %in% keys(org.Hs.eg.db)) [1] FALSE > zz <- entrez_summary("gene", z) > table(do.call(c,sapply(extract_from_esummary(zz, "organism"), > function(x) x$scientificname))) A