Function to plot deconvolution results as boxplots for each cell type
Source:R/visualization.R
results_boxplot.RdFunction to plot deconvolution results as boxplots for each cell type
Arguments
- result
A data frame containing deconvolution results. Rows must correspond to samples, columns to cell types. Row names must be sample identifiers. The data frame can originate from
deconvolute(), or from any external deconvolution method, as long as it matches this structure.