Displays a correlation matrix of the quantitative data of a numeric matrix.
Source:R/mod_metacell_tree.R
metacell-tree.Rdxxxx
Examples
if (interactive()){
data(Exp1_R25_prot, package = "DaparToolshedData")
shiny::runApp(mod_metacell_tree(dataIn = Exp1_R25_prot[[1]]))
data(Exp1_R25_prot, package = "DaparToolshedData")
shiny::runApp(mod_metacell_tree(Exp1_R25_prot[[1]]))
}