barplotCounts {pulsedSilac} | R Documentation |
How many proteins/peptides are detected in each sample.
NA
are considered missing values.
barplotCounts(x, ...) ## S4 method for signature 'SilacProteinExperiment' barplotCounts(x, assayName, returnDataFrame = FALSE, conditionCol) ## S4 method for signature 'SilacPeptideExperiment' barplotCounts(x, assayName, returnDataFrame = FALSE, conditionCol) ## S4 method for signature 'SilacProteomicsExperiment' barplotCounts(x, assayName, returnDataFrame = FALSE, conditionCol)
x |
A |
... |
Unused. |
assayName |
Name of the assay to use in the plot. |
returnDataFrame |
A |
conditionCol |
A |
A ggplot2 barplot object or a data.frame
.
data('wormsPE') barplotCounts(wormsPE, assayName = 'ratio')