We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! I am trying to get the meshdata from this command in the manual.
It gave me this error, may I ask your help? Thanks a lot!
The text was updated successfully, but these errors were encountered: