Description Usage Arguments Value Examples
How many proteins/peptides are detected in each sample. Anything else than NA is considered detected.
1 2 3 4 5 6 7 8 9 10  | barplotTimeCoverage(x, ...)
## S4 method for signature 'SilacProteinExperiment'
barplotTimeCoverage(x, assayName, returnDataFrame = FALSE, conditionCol)
## S4 method for signature 'SilacPeptideExperiment'
barplotTimeCoverage(x, assayName, returnDataFrame = FALSE, conditionCol)
## S4 method for signature 'SilacProteomicsExperiment'
barplotTimeCoverage(x, assayName, returnDataFrame = FALSE, conditionCol)
 | 
x | 
 A   | 
... | 
 Unused.  | 
assayName | 
 Name of the assay to use in the plot.  | 
returnDataFrame | 
 A   | 
conditionCol | 
 A   | 
A barplot or a data.frame.
1 2  | data('wormsPE')
barplotTimeCoverage(wormsPE, assayName = 'ratio')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.