vascr_normalise: Normalize ECIS data to a single time point

View source: R/transformation.R

vascr_normaliseR Documentation

Normalize ECIS data to a single time point

Description

This function normalises each unique experiment/well combination to it's value at the specified time. Contains options to do this either by division or subtraction. Can be run twice on the same dataset if both operations are desired.

Usage

vascr_normalise(data.df, normtime, divide = FALSE)

Arguments

data.df

Standard vascr data frame

normtime

Time to normalize the data to

divide

If set to true, data will be normalized via a division. If set to false (default) data will be normalized by subtraction. Default is subtraction

Value

A standard ECIS dataset with each value normalized to the selected point.

Examples


data = vascr_normalise(growth.df, normtime = 100)
head(data)


JamesHucklesby/vascr documentation built on July 16, 2025, 8:16 p.m.