Impute {Sconify}R Documentation

Imputes values for all markers (used as input) for each cell

Description

This function takes as input the markers to be imputed from a pre-existing KNN computation.

Usage

Impute(cells, input.markers, nn)

Arguments

cells

the input matrix of cells

input.markers

the markers the user wants to impute

nn

the matrix of k-nearest neighbors (derived perhaps NOT from the "input markers" above)

Value

a data frame of imputed cells for the "input markers" of interest


[Package Sconify version 1.6.0 Index]