Description Usage Arguments Value Examples
View source: R/EnrichmentPresentation.R
a method for streamlining the import of R format data from the pre-calculated content generated within the ont_tutorial_cas9 workflow. This is an accessory method to abstract some of the code that looks out-of-control
1 | importEnrichmentResults(resultsDir = NULL)
|
resultsDir |
the location of the folder where files should be pulled from - this should be determined automatically from config.yaml in most cases |
None
1 2 3 | yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
importEnrichmentResults(system.file("extdata", package="nanopoRe"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.