Description Usage Arguments Value Author(s) Examples
This function connects to / loads all reference datasets and returns them in a list
1 | load_cmaps(conf_data, min.set.size = getOption("min.set.size", default = 5))
|
conf_data |
list, the configuration data as returned by the read_config_file function |
min.set.size |
integer, gene sets with less than min.set.size members will be dropped from CMAPCollections |
list of eSet objects
Thomas Sandmann
1 2 3 4 5 6 7 8 9 10 | library(yaml)
## read the example configuration file
conf_data <- yaml.load_file( system.file("config", "config.yml",
package="gCMAPWeb") )
## load the example reference NChannelSet objects specified in
## the configuration file
ref.cmaps <- load_cmaps( conf_data )
class( ref.cmaps )
names( ref.cmaps )
ref.cmaps[[1]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.