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

Examples

utils::data(Exp1_R25_pept, package='DAPARdata')
densityPlotD_HC(Exp1_R25_pept)


[Package DAPAR version 1.22.9 Index]