summarize_sr_by_cell_func: Sumarize permeabilized cells wave data by cell

View source: R/summarize_sr_by_cell_func.R

summarize_sr_by_cell_funcR Documentation

Sumarize permeabilized cells wave data by cell

Description

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.

Usage

summarize_sr_by_cell_func(
  dataset,
  my_grouping_vars = c("Date", "Animal_No", "Animal", "Experiment", "Condition",
    "Treatment")
)

Arguments

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!

Value

A dataframe with cellular level data agregated, that is, a single point per cell.

Examples

# the example is missing

rjlopez2/AnlysisOfWaves documentation built on Sept. 15, 2022, 2:25 p.m.