ArchRProject.Rd
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()
)
A character vector containing the relative paths to the ArrowFiles to be used.
A name for the relative path of the outputDirectory for ArchR results. Relative to the current working directory.
A boolean value indicating whether ArrowFiles should be copied into outputDirectory
.
The geneAnnotation
object (see createGeneAnnotation()
) to be used for downstream analyses such as calculating
TSS Enrichment Scores, Gene Scores, etc.
The genomeAnnotation
object (see createGenomeAnnotation()
) to be used for downstream analyses requiring
genome information such as nucleotide information or chromosome sizes.
A boolean value indicating whether to show the ascii ArchR logo after successful creation of an ArchRProject
.
The number of threads to use for parallel execution.