Skip to contents

Extract values for Cell & Medium (values w/ timepoints)

Usage

ras.Fic_timepoint(
  df,
  values = "Conc.",
  types = c("Cell", "Medium"),
  .summarize = TRUE
)

Arguments

df

Dataframe from ras.Fic_cleanup().

values

Name of the column to use for values.

types

Vector with the types to select timepoints for. (Cell & Medium)

.summarize

Summarize values into averages

Value

List of dataframes with the selected timepoints

Examples

 if (FALSE) {
 # No example yet
 }