importConfigYAML: import the cas9 parameters from YAML file

Description Usage Arguments Value Examples

View source: R/Environment.R

Description

import the cas9 parameters from YAML file

Usage

1
importConfigYAML(yaml = "config", yamlFile, subenv = NULL)

Arguments

yaml

the name of the yaml container to create

yamlFile

is a path to a stored YAML config file

subenv

the name of subenvironment for holding the yaml

Value

None

Examples

1
2
3
init()
yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)

sagrudd/nanopoRe documentation built on June 7, 2020, 10:20 p.m.