Description Usage Arguments Details Value
Add assays with cumulative values to an IncucyteExperiment
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 | addCumulative(
x,
assay,
name,
allowDecrease = FALSE,
suffix = "cumulative",
sep = "_"
)
## S4 method for signature 'ANY'
addCumulative(
x,
assay,
name,
allowDecrease = FALSE,
suffix = "cumulative",
sep = "_"
)
## S4 method for signature 'IncucyteExperiment'
addCumulative(
x,
assay,
name,
allowDecrease = FALSE,
suffix = "cumulative",
sep = "_"
)
|
x |
An IncucyteExpeiment object |
assay |
The assays for which a cumulative sum is required. Defaults to all existing assays |
name |
Names to give to the new (cumulative) assays |
allowDecrease |
logical vector. Allows the cumulative sum to decrease. For counts of dead cells, allowing a decrease may not be appropriate as dead cells cannot revive. However, for growth assays this may be more relevant |
suffix |
If the |
sep |
Text separator use to separate the assay name and the suffix |
After specifying which assays, this calculates a cumulative sum of the values in each requested assay. This may be useful as assays which measure death are inherently transient, whilst those which measure growth are implicitly cumulative
An IncucyteExperiment object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.