importEnrichmentResults: imports the R target output generated by the...

Description Usage Arguments Value Examples

View source: R/EnrichmentPresentation.R

Description

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

Usage

1

Arguments

resultsDir

the location of the folder where files should be pulled from - this should be determined automatically from config.yaml in most cases

Value

None

Examples

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

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