Description Usage Arguments Value Examples
Scatter plot of two conditions/replicates for a selected assay.
Timepoints are separated using facet_wrap
.
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 32 | scatterCompareAssays(x, ...)
## S4 method for signature 'SilacProteinExperiment'
scatterCompareAssays(
x,
conditions,
assayName,
returnDataFrame = FALSE,
conditionCol,
timeCol
)
## S4 method for signature 'SilacPeptideExperiment'
scatterCompareAssays(
x,
conditions,
assayName,
returnDataFrame = FALSE,
conditionCol,
timeCol
)
## S4 method for signature 'SilacProteomicsExperiment'
scatterCompareAssays(
x,
conditions,
assayName,
mode = "protein",
returnDataFrame = FALSE,
conditionCol,
timeCol
)
|
x |
A |
... |
Unused. |
conditions |
A |
assayName |
Name of the assay to use in the plot. |
returnDataFrame |
A |
conditionCol |
A |
timeCol |
A |
mode |
A |
A ggplot
object or the data.frame
that would be used
instead in the plot.
1 2 3 4 5 | data('wormsPE')
scatterCompareAssays(x = wormsPE,
conditions = c('OW40', 'OW450'),
assayName = 'ratio',
mode = 'protein')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.