violinPlotD | R Documentation |
Builds a violinplot from a dataframe
violinPlotD(obj, conds, keyId, legend = NULL, pal = NULL, subset.view = NULL)
obj |
xxx |
conds |
xxx |
keyId |
xxx |
legend |
A vector of the conditions (one condition per sample). |
pal |
xxx |
subset.view |
xxx |
A violinplot
Samuel Wieczorek, Anais Courtier
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 = seq_len(10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.