Description Usage Arguments Value Author(s) Examples
View source: R/plots_density.R
Densityplot of quantitative proteomics data over samples.
1 | densityPlotD(obj, conds, legend = NULL, palette = NULL)
|
obj |
xxx |
conds |
xxx |
legend |
A vector of the conditions (one condition per sample). |
palette |
xxx |
A density plot
Florence Combes, Samuel Wieczorek
1 2 3 | utils::data(Exp1_R25_pept, package='DAPARdata')
conds <- Biobase::pData(Exp1_R25_pept)[,"Condition"]
densityPlotD(Exp1_R25_pept, conds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.