Description Usage Value Examples
Conveniently creates a timestamp-named temporary directory
1 |
The path to the temporary directory
1 2 3 4 5 6 7 8 | if (requireNamespace('MMAPPR2data', quietly=TRUE)
& all(Sys.which(c("samtools", "vep")) != "")) {
mmappr_param <- MmapprParam(refFasta = MMAPPR2data::goldenFasta(),
wtFiles = MMAPPR2data::exampleWTbam(),
mutFiles = MMAPPR2data::exampleMutBam(),
species = "danio_rerio",
outputFolder = tempOutputFolder())
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.