plotDistributionAssay {pulsedSilac} | R Documentation |
Plot the distribution of the data stored in an assay using boxplots or density distributions.
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.
data('wormsPE') plotDistributionAssay(wormsPE, assayName = 'ratio')