Description Usage Arguments Details Value Author(s) Examples
View source: R/buildTxMethods.R
Check package dependencies. See 'Details'.
1 | CheckPkgDependencies(genomeVersion = "hg38")
|
genomeVersion |
A character string; refers to a specific
reference genome assembly version; default is |
This is a low-level function that is being called from
BuildTx
. The function checks that the R packages
providing the relevant gene annotations and reference genome
for reference genome genomeVersion
are available
in the current R environment. The function returns TRUE
if the necessary R packages are installed.
A logical scalar. See 'Details'.
Maurits Evers, maurits.evers@anu.edu.au
1 2 3 4 | ## Not run:
CheckPkgDependencies("hg38");
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.