buildQualityTable.RdThis function takes as input an ordered set of marker genes (e.g., from at iterative algorithm, and returns an table showing the fraction of cells correctly mapped to a similar cell type (as defined by the heights parameter). A height of 1 indicates correct mapping to the leaf.
buildQualityTable(
orderedGenes,
dend,
mapDat,
medianDat,
clustersF,
minVal = 2,
heights = c((0:100)/100),
verbose = FALSE
)an ordered list of input genes (e.g. from an iterative algorithm)
dendrogram for mapping.
normalized data of the mapping (=reference) data set.
median value for each leaf
cluster calls for each cell
minimum number of genes to consider from the list in the mapping
height in the tree to look at
whether or not to show progress in the function
a matrix of fractions of cells correctly mapped for different tree heights (columns) and different gene panels (rows)