Description Usage Arguments Value Examples
View source: R/EnrichmentPresentation.R
The cas9 workflow involves a deep dive into the experimental data and produces a couple of Rdata files that contain the experimental context and information relating to on-target, off-target and other effects. This method tests whether the pre-process analysis has been performed
1 | isEnrichmentAnalysisComplete(resultsDir = NULL)
|
resultsDir |
the location of the folder where files should be pulled from - this should be determined automatically from config.yaml |
TRUE or FALSE depending
1 2 3 4 5 | yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
# some demo data is stored with the package - import the data by supply the
# non-standard path
isEnrichmentAnalysisComplete(system.file("extdata", package="nanopoRe"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.