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 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | upsetTimeCoverage(x, ...)
## S4 method for signature 'SilacProteinExperiment'
upsetTimeCoverage(
x,
assayName,
conditionCol,
maxMissing = 0,
returnList = FALSE,
...
)
## S4 method for signature 'SilacPeptideExperiment'
upsetTimeCoverage(
x,
assayName,
maxMissing = 0,
conditionCol,
returnList = FALSE,
...
)
## S4 method for signature 'SilacProteomicsExperiment'
upsetTimeCoverage(
x,
assayName,
maxMissing = 0,
conditionCol,
returnList = FALSE,
...
)
|
x |
A |
... |
Further arguments passed to |
assayName |
Name of the assay to use in the plot. |
conditionCol |
A |
maxMissing |
A |
returnList |
A |
A barplot or a data.frame
.
1 2 3 4 | data('wormsPE')
upsetTimeCoverage(x = ProtExp(wormsPE),
assayName = 'ratio',
maxMissing = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.