loadArchRProject | R Documentation |
This function will load a previously saved ArchRProject and re-normalize paths for usage.
loadArchRProject(path = "./", force = FALSE, showLogo = TRUE)
path |
A character path to an |
force |
A boolean value indicating whether missing optional |
showLogo |
A boolean value indicating whether to show the ascii ArchR logo after successful creation of an |
# Get Small PBMC Project Location
zipProj <- file.path(system.file("testdata", package="ArchR"), "PBSmall.zip")
# Copy to current directory
file.copy(zipProj, basename(zipProj), overwrite = TRUE)
# Unzip
unzip(basename(zipProj), overwrite = TRUE)
# Remove
file.remove(basename(zipProj))
# Load
loadArchRProject("PBSmall")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.