Description Usage Arguments Value Examples
How many proteins/peptides are detected in each sample.
NA
are considered missing values.
1 2 3 4 5 6 7 8 9 10 | 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
.
1 2 | data('wormsPE')
barplotCounts(wormsPE, assayName = 'ratio')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.