This function gets imputation weights from an ArchRProject to impute numeric values.

getImputeWeights(ArchRProj = NULL)

Arguments

ArchRProj

An ArchRProject object.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Add Impute Weights
proj <- addImputeWeights(proj)

# Get Impute Weights
getImputeWeights(proj)