Description Usage Arguments Value Examples
Plot the distribution of the data stored in an assay using boxplots or density distributions.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | plotDistributionAssay(x, ...)
## S4 method for signature 'SilacProteinExperiment'
plotDistributionAssay(
x,
assayName,
plotType = "boxplot",
returnDataFrame = FALSE,
conditionCol,
timeCol
)
## S4 method for signature 'SilacPeptideExperiment'
plotDistributionAssay(
x,
assayName,
plotType = "boxplot",
returnDataFrame = FALSE,
conditionCol,
timeCol
)
## S4 method for signature 'SilacProteomicsExperiment'
plotDistributionAssay(
x,
assayName,
mode = "protein",
plotType = "boxplot",
returnDataFrame = FALSE,
conditionCol,
timeCol
)
|
x |
A |
... |
Unused. |
assayName |
Name of the assay to use in the plot. |
plotType |
A |
returnDataFrame |
A |
conditionCol |
A |
timeCol |
A |
mode |
A |
A ggplot2 object or a data.frame
with the data that would be
plotted.
1 2 | data('wormsPE')
plotDistributionAssay(wormsPE, assayName = 'ratio')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.