meshdata | R Documentation |
construct annoData for semantic measurement
meshdata(MeSHDb = NULL, database, category, computeIC = FALSE)
MeSHDb |
MeSHDb package |
database |
one of supported database |
category |
one of supported category |
computeIC |
logical value |
a GOSemSimDATA object
Guangchuang Yu
## Not run:
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")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.