addFeatureCounts: This function will add total counts of scATAC cells in...

addFeatureCountsR Documentation

This function will add total counts of scATAC cells in provided features into ArchRProject.

Description

This function will add total counts of scATAC cells in provided features into ArchRProject.

Usage

addFeatureCounts(
  ArchRProj = NULL,
  features = NULL,
  name = NULL,
  addRatio = TRUE,
  threads = getArchRThreads(),
  logFile = createLogFile("addFeatureCounts")
)

Arguments

ArchRProj

An ArchRProject object.

features

A GRanges object of features to count scATAC-seq data in.

name

A character defining the name of the features. "nameCounts" and "nameRatio" will be added to the ArchRProject.

addRatio

A boolean indicating whether to add the "nameRatio" to the ArchRProject.

threads

The number of threads to use for parallel execution.

logFile

The path to a file to be used for logging ArchR output.


GreenleafLab/ArchR documentation built on Feb. 28, 2024, 4:17 p.m.