KYCG_getDBs | R Documentation |
Get databases by full or partial names of the database group(s)
KYCG_getDBs(
group_nms,
db_names = NULL,
platform = NULL,
summary = FALSE,
allow_multi = FALSE,
ignore.case = FALSE,
type = NULL,
silent = FALSE
)
group_nms |
database group names |
db_names |
name of the database, fetech only the given databases |
platform |
EPIC, HM450, MM285, ... If given, will restrict to that platform. |
summary |
return a summary of database instead of db itself |
allow_multi |
allow multiple groups to be returned for |
ignore.case |
ignore case or not |
type |
numerical, categorical, default: all |
silent |
no messages each query. |
a list of databases, return NULL if no database is found
dbs <- KYCG_getDBs("MM285.chromHMM")
dbs <- KYCG_getDBs(c("MM285.chromHMM", "MM285.probeType"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.