norm_incu: normalise incucyte metrics

Description Usage Arguments Value Examples

View source: R/norm_incu.R

Description

norm_incu() normalises an incucyte metric to a given vector of reference wells and to a given timepoint. This step requires a Reference column in your incucyte annotation table indicating comma separated reference wells.

Usage

1
norm_incu(incu_tbl, ref_time = 72)

Arguments

incu_tbl

A tibble generated with read_incu

ref_time

Reference timepoint.

Value

A normalised tibble of incucyte metrics.

Examples

1
2
3
incu_tbl <- read_incu(file = system.file("extdata", "sample_data_GO_Confluence_percent.txt", package = "incucyter"),
annotation = system.file("extdata", "sample_data_annotation.tsv", package = "incucyter"))
norm_incu(incu_tbl, 72)

uhlitz/incucyter documentation built on May 3, 2019, 2:23 p.m.