Description Usage Arguments Value Examples
View source: R/sum_across_images.R
Sums 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 | sum_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 summed across images. The "image
" field is modified to reflect the total number of images used for summing, and the "id
" field is modified to note that it is an image sum.
1 | df %>% sum_across_images()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.