Description Usage Arguments Value
View source: R/msigdb_versions.R
The parameters in this function really shouldn't be used. By default it checks the internal package directory to see what msigdb definitions are included.
1 2 3 4 5 | msigdb_versions(
dat.dir = NULL,
dir.pattern = "msigdb-collection_v.*rds$",
version.regex = "(\\d+)\\.(\\d+)\\.(\\d+)?"
)
|
dat.dir |
the directory that holds the version data. By default it
looks at the package's internal |
dir.pattern |
what the misgdb files look like |
version.regex |
how the versions are encoded |
a tibble of msigdb version info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.