corTreeMapping.RdPrimary function for doing correlation-based mapping to cluster medians. This is wrapper for cor and returns a correlation matrix.
corTreeMapping(
mapDat,
medianDat,
dend = NULL,
refDat = NA,
clusters = NA,
genesToMap = rownames(mapDat),
use = "p",
method = "p"
)normalized data of the MAPPING data set. Default is to map the data onto itself.
representative value for each leaf and node. If not entered, it is calculated
dendrogram for mapping. If provided, correlations to nodes are also returned
normalized data of the REFERENCE data set. Ignored if medianDat is passed
cluster calls for each cell. Ignored if medianDat is passed
which genes to include in the correlation mapping
additional parameter for cor (use='p' as default)
additional parameter for cor (method='p' as default)
matrix with the correlation between expression of each cell and representative value for each leaf and node