projectBulkATAC.Rd
This function will Project Bulk ATAC-seq data into single cell subspace.
projectBulkATAC(
ArchRProj = NULL,
seATAC = NULL,
reducedDims = "IterativeLSI",
embedding = "UMAP",
n = 250,
verbose = TRUE,
threads = getArchRThreads(),
force = FALSE,
logFile = createLogFile("projectBulkATAC")
)
An ArchRProject
object containing the dimensionality reduction matrix passed by reducedDims
.
A SummarizedExperiment
object containing bulk ATAC-seq data.
A string specifying the name of the reducedDims
object to be used.
A string specifying the name of the embedding
object to be used.
An integer specifying the number of subsampled "pseudo single cells" per bulk sample.
A boolean value indicating whether to use verbose output during execution of this function. Can be set to FALSE for a cleaner output.
The number of threads used for parallel execution
A boolean value indicating whether to force the projection of bulk ATAC data even if fewer than 25% of the features are present in the bulk ATAC data set.
The path to a file to be used for logging ArchR output.