densityPlotD_HC {DAPAR}R Documentation

Builds a densityplot from a dataframe

Description

Densityplot of quantitative proteomics data over samples. Same as the function densityPlotD but uses the package highcharter

Usage

densityPlotD_HC(obj, legend = NULL, palette = NULL)

Arguments

obj

xxx

legend

A vector of the conditions (one condition per sample).

palette

xxx

Value

A density plot

Author(s)

Samuel Wieczorek

See Also

boxPlotD, CVDistD

Examples

require(DAPARdata)
data(Exp1_R25_pept)
conds <- Biobase::pData(Exp1_R25_pept)[,"Condition"]
densityPlotD_HC(Exp1_R25_pept, conds)

[Package DAPAR version 1.16.6 Index]