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]]
Run the code above in your browser using DataLab