Description Usage Arguments Value Examples
View source: R/augmentAggregate.R
Given a PlateData, aggregate the selected features within wells or the whole plate with the supplied function (examples include mean, median, sum, var, mad, etc.)
1  | augmentAggregate(x, ...)
 | 
x | 
 The PlateData object of interest.  | 
level | 
 A string, either "well" or "plate", indicaing the level at which to aggregate.  | 
neighbors | 
 Logical, whether to include direct neighbors for well level aggregation.  | 
features | 
 A (list) of regular expressions used for selecting the features to include.  | 
drop | 
 A (list) of regular expressions used for removing features from the previously compiled list.  | 
aggregate | 
 The function used to aggregate data within wells.  | 
An augmented version of the input object.
1 2  | data <- PlateData(PlateLocation("J101-2C"))
aug  <- augmentAggregate(data)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.