barplotTimeCoverage {pulsedSilac} | R Documentation |
How many proteins/peptides are detected in each sample. Anything else than NA is considered detected.
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
.
data('wormsPE') barplotTimeCoverage(wormsPE, assayName = 'ratio')