violinPlotD: Builds a violinplot from a dataframe

View source: R/plots_violin.R

violinPlotDR Documentation

Builds a violinplot from a dataframe

Description

Builds a violinplot from a dataframe

Usage

violinPlotD(obj, conds, keyId, legend = NULL, pal = NULL, subset.view = NULL)

Arguments

obj

xxx

conds

xxx

keyId

xxx

legend

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

pal

xxx

subset.view

xxx

Value

A violinplot

Author(s)

Samuel Wieczorek, Anais Courtier

Examples

utils::data(Exp1_R25_prot, package='DAPARdata')
obj <- Exp1_R25_prot
legend <- conds <- Biobase::pData(obj)$Condition
key <- "Protein_IDs"
violinPlotD(obj, conds, key, legend, subset.view=1:10)



samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.