Nothing
TxDb <- "TxDb.Hsapiens.UCSC.hg38.refGene"
Org <- "org.Hs.eg.db"
genome <- "BSgenome.Hsapiens.UCSC.hg19"
if (requireNamespace("ArchR", quietly = TRUE) && dir.exists("PBMCSmall")) {
library(ArchR)
# ArchR is installed and the test project is downloaded,
# proceed with optional tests
withr::local_options(list(timeout = 600))
capture.output(proj <- ArchR::getTestProject(), type = "message")
outdir <- dirname(ArchR::getOutputDirectory(proj))
# Remove this directory after all tests
withr::defer(unlink(ArchR::getOutputDirectory(proj), recursive = TRUE), teardown_env())
# Remove additional empty directories
withr::defer(unlink(file.path(outdir, "__MACOSX"), recursive = TRUE), teardown_env())
withr::defer(unlink(file.path(outdir, "ArchRLogs"), recursive = TRUE), teardown_env())
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.