Skip to content
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

Error in meshdata #8

Open
guojiez-insitro opened this issue Aug 9, 2024 · 0 comments
Open

Error in meshdata #8

guojiez-insitro opened this issue Aug 9, 2024 · 0 comments

Comments

@guojiez-insitro
Copy link

Hello! I am trying to get the meshdata from this command in the manual.


# use meshes package to calculate similarity
library(meshes)
library(AnnotationHub)
ah <- AnnotationHub()
qr_hsa <- query(ah, c("MeSHDb", "Homo sapiens"))
filepath_hsa <- qr_hsa[[1]]
db <- MeSHDbi::MeSHDb(filepath_hsa)
hsamd <- meshdata(db, category='A', computeIC=T, database="gendoo")

It gave me this error, may I ask your help? Thanks a lot!

Error in (function (cond)  : 
  error in evaluating the argument 'x' in selecting a method for function 'unique': no such table: DATA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant