Impute {Sconify} | R Documentation |
This function takes as input the markers to be imputed from a pre-existing KNN computation.
Impute(cells, input.markers, nn)
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) |
a data frame of imputed cells for the "input markers" of interest