addModuleScore.Rd
This function computes imputations weights that describe each cell as a linear combination of many cells based on a MAGIC diffusion matrix.
addModuleScore(
ArchRProj = NULL,
useMatrix = NULL,
name = "Module",
features = NULL,
nBin = 25,
nBgd = 100,
seed = 1,
threads = getArchRThreads(),
logFile = createLogFile("addModuleScore")
)
An ArchRProject
object.
A number to be used as the seed for random number generation. It is recommended to keep track of the seed used so that you can reproduce results downstream.
The number of threads to be used for parallel computing.
The path to a file to be used for logging ArchR output.
RRR