Description Usage Arguments Value Examples
View source: R/average_across_images.R
Averages all metrics in a tidycyte dataframe across images. Groups images together that have the same values of each parameter except for id, image, and value, each of which can be variable. This effectively groups within each combination of elapsed, date_time, well, cell, treatment, and metric.
1 | average_across_images(.df, .na.rm = TRUE)
|
.df |
A data frame containing tidycyte data. |
.na.rm |
Boolean value indicating whether |
A data frame containing the metrics averaged across images. The "image
" field is modified to reflect the total number of images used for averaging, and the "id
" field is modified to note that it is an image mean.
1 | df %>% average_across_images()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.