ArchRProject | R Documentation |
This function will create an ArchRProject from the provided ArrowFiles.
ArchRProject( ArrowFiles = NULL, outputDirectory = "ArchROutput", copyArrows = TRUE, geneAnnotation = getGeneAnnotation(), genomeAnnotation = getGenomeAnnotation(), showLogo = TRUE, threads = getArchRThreads() )
ArrowFiles |
A character vector containing the relative paths to the ArrowFiles to be used. |
outputDirectory |
A name for the relative path of the outputDirectory for ArchR results. Relative to the current working directory. |
copyArrows |
A boolean value indicating whether ArrowFiles should be copied into |
geneAnnotation |
The |
genomeAnnotation |
The |
showLogo |
A boolean value indicating whether to show the ascii ArchR logo after successful creation of an |
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.