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

Description Usage Arguments Value

View source: R/k.selection.R

Description

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

Usage

1
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


Sconify documentation built on Nov. 8, 2020, 6:45 p.m.