saveArchRProject | R Documentation |
This function will organize arrows and project output into a directory and save the ArchRProject for later usage.
saveArchRProject( ArchRProj = NULL, outputDirectory = getOutputDirectory(ArchRProj), overwrite = TRUE, load = TRUE, dropCells = FALSE, logFile = createLogFile("saveArchRProject"), threads = getArchRThreads() )
ArchRProj |
An |
outputDirectory |
A directory path to save all ArchR output and |
overwrite |
When writing to outputDirectory, overwrite existing files with new files. |
dropCells |
A boolean indicating whether to drop cells that are not in |
logFile |
The path to a file to be used for logging ArchR output. |
threads |
The number of threads to use for parallel execution. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.