ImputeTesting: Impute testing

Description Usage Arguments Value Examples

Description

Tests the euclidean distance error for imputation using knn and markers of interest

Usage

1
ImputeTesting(k.titration, cells, input.markers, test.markers)

Arguments

k.titration

a vector integer values of k to be tested

cells

a matrix of cells by features used as original input

input.markers

markers to be used for the knn calculation

test.markers

the markers to be tested for imputation (either surface or scone)

Value

the median imputation error for each value k tested

Examples

1
2
3
4
ImputeTesting(k.titration = c(10, 20),
  cells = wand.combined,
  input.markers = input.markers,
  test.markers = funct.markers)

tjburns08/Sconify documentation built on May 31, 2019, 8:56 a.m.