View source: R/00.set_globals.R
set_globals | R Documentation |
Set up global variables for an InPAS analysis
set_globals(
genome = NULL,
TxDb = NULL,
EnsDb = NULL,
outdir = NULL,
chr2exclude = c("chrM", "MT", "Pltd", "chrPltd"),
lockfile = tempfile(tmpdir = getInPASOutputDirectory())
)
genome |
An object BSgenome::BSgenome. To make things easy, we
suggest users creating a BSgenome::BSgenome instance from the
reference genome used for read alignment. For details, see the
documentation of |
TxDb |
An object of GenomicFeatures::TxDb |
EnsDb |
An object of ensembldb::EnsDb |
outdir |
A character(1) vector, a path with write permission for storing InPAS analysis results. If it doesn't exist, it will be created. |
chr2exclude |
A character vector, NA or NULL, specifying chromosomes or
scaffolds to be excluded for InPAS analysis. |
lockfile |
A character(1) vector, specifying a file name used for parallel writing to a SQLite database |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.