Description Usage Arguments Value Examples
check for available named cas9 parameter field
1 | hasCachedYAMLField(yaml = "config", field, subenv = NULL)
|
yaml |
the name of the YAML object |
field |
is the name of a parameter field |
subenv |
the sub-environment to process |
TRUE or FALSE
1 2 3 4 5 | init()
yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
hasCachedYAMLField(field="bam_file")
hasCachedYAMLField(field="study_name")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.