View source: R/summarize_sr_by_cell_func.R
summarize_sr_by_cell_func | R Documentation |
This function aggregate (average) multiples waves to single cells level of the permeabilized cells dataset. It computes the cell aggregation to all the variables (numeric columns) in the dataset.
summarize_sr_by_cell_func( dataset, my_grouping_vars = c("Date", "Animal_No", "Animal", "Experiment", "Condition", "Treatment") )
dataset |
A dataframe with raw data of waves. |
my_grouping_vars |
Character vector. A character vector of groups names assigned to perform the cell aggregation. Don't change at least you know what you are doing! |
A dataframe with cellular level data agregated, that is, a single point per cell.
# the example is missing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.