fractionCorrectWithGenes.RdThis function takes as input an ordered set of marker genes (e.g., from at iterative algorithm), and returns a vector showing the fraction of cells correctly mapped.
fractionCorrectWithGenes(
orderedGenes,
mapDat,
medianDat,
clustersF,
verbose = FALSE,
plot = TRUE,
return = TRUE,
...
)an ordered list of input genes (e.g. from an iterative algorithm)
normalized data of the mapping (=reference) data set.
median value for each leaf
cluster calls for each cell
whether or not to show progress in the function
if TRUE, plotCorrectWithGenes is run
if TRUE, the value is returned
parameters passed to plotCorrectWithGenes (if plot=TRUE)
a vector showing the fraction of cells correctly mapped to each cluster