R/annotate.R
map_cv.RdRun a single round of cross-validation of cluster mapping using a subset of marker genes
map_cv(
norm.dat,
cl,
markers,
n.bin = 5,
g.perc = 1,
method = "median",
verbose = TRUE
)a normalized data matrix for clustered cells
a cluster factor object for the cells in norm.dat
a character object with the marker genes to use for cross-validation
an integer indicating the number of bins to use
the fraction of genes to use for validation.
Method for mapping. Must be either "median" (Default) or "mean".
Whether or not to display progress notifications.
a named character object with the results of one round of cross-validation