isEnrichmentAnalysisComplete: accessory method to test whether the cas9 data indexing has...

Description Usage Arguments Value Examples

View source: R/EnrichmentPresentation.R

Description

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

Usage

1

Arguments

resultsDir

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

Value

TRUE or FALSE depending

Examples

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"))

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