View source: R/plots_density.R
densityPlotD_HC | R Documentation |
Densityplot of quantitative proteomics data over samples.
densityPlotD_HC(obj, legend = NULL, pal = NULL)
obj |
xxx |
legend |
A vector of the conditions (one condition per sample). |
pal |
xxx |
A density plot
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') densityPlotD_HC(Exp1_R25_pept) conds <- Biobase::pData(Exp1_R25_pept)$Condition pal <- ExtendPalette(2, 'Dark2') densityPlotD_HC(Exp1_R25_pept, pal=pal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.