Description Usage Arguments Value Examples
View source: R/TargetEnrichment.R
This method is associated with the cas9-mediated enrichment of genomic target regions ...
1 |
force |
defines whether a reanalysis of the data should be forced if results already existing |
... |
- who knows - I'm using this for mc.cores |
TRUE or FALSE depending
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
isEnrichmentAnalysisComplete()
# this is a header to a document - not a live Snakemake workspace - demo
# how to actually run ad-hoc the code
setCachedYAMLValue(
field="reference_genome",
value=system.file("extdata", "cas9_demo_ref.fasta", package="nanopoRe"))
setCachedYAMLValue(
field="target_regions",
value=system.file("extdata", "cas9_demo_target.bed", package="nanopoRe"))
addCachedYAMLValue(
field="bam_file",
value=system.file("extdata", "cas9_FAK76554.bam", package ="nanopoRe"))
addCachedYAMLValue(
field="unmapped_quals",
value=system.file("extdata", "cas9_FAK76554.unmapped.quals",
package="nanopoRe"))
# lines between the previous comment and here are typically not required
RunEnrichmentAnalysis(mc.cores=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.