corTreeMapping_withFilter.RdReturns the correlation between expression of each cell and representative value for each node and leaf. NOTE: this function is unstable and will eventually be merged with corTreeMapping.
corTreeMapping_withFilter(
dend = NA,
refDat = NA,
mapDat = refDat,
medianExpr = NA,
propExpr = NA,
filterMatrix = NA,
clusters = NA,
numberOfGenes = 1200,
outerLimitGenes = 7200,
rankGeneFunction = function(x) getBetaScore(x, returnScore = FALSE),
use = "p",
...
)dendrogram for mapping. Ignored if medianDat is passed
normalized data of the REFERENCE data set. Ignored if medianExpr and propExpr are passed
normalized data of the MAPPING data set. Default is to map the data onto itself.
representative value for each leaf. If not entered, it is calculated
proportion of cells in each type expressing a given gene. If not entered, it is calculated
a matrix of TRUE/FALSE values to indicate whether a given cluster is possible
cluster calls for each cell. Ignored if medianExpr and propExpr are passed
how many variables genes
choose different numberOfGenes per cell from the top overall outerLimitGenes (to speed up function)
additional parameters for cor
which genes to include in the correlation mapping
a matrix of correlation values with rows as mapped cells and columns as clusters