addFeatureCounts | R Documentation |
This function will add total counts of scATAC cells in provided features into ArchRProject.
addFeatureCounts(
ArchRProj = NULL,
features = NULL,
name = NULL,
addRatio = TRUE,
threads = getArchRThreads(),
logFile = createLogFile("addFeatureCounts")
)
ArchRProj |
An |
features |
A |
name |
A character defining the name of the features. " |
addRatio |
A boolean indicating whether to add the " |
threads |
The number of threads to use for parallel execution. |
logFile |
The path to a file to be used for logging ArchR output. |
# Get Test ArchR Project
proj <- getTestProject()
# Add Feature Counts
proj <- addFeatureCounts(proj, features = getPeakSet(proj), name = 'ReadsInPeaks')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.