getImputeWeights.Rd
This function gets imputation weights from an ArchRProject to impute numeric values.
getImputeWeights(ArchRProj = NULL)
An ArchRProject
object.
# Get Test ArchR Project
proj <- getTestProject()
# Add Impute Weights
proj <- addImputeWeights(proj)
# Get Impute Weights
getImputeWeights(proj)