getImputeWeights: Get Imputation Weights from ArchRProject

View source: R/Imputation.R

getImputeWeightsR Documentation

Get Imputation Weights from ArchRProject

Description

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

Usage

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)


GreenleafLab/ArchR documentation built on Feb. 21, 2025, 3:05 p.m.