vascr_normalise: Normalise ECIS data to a single time point

View source: R/data_transformation.R

vascr_normaliseR Documentation

Normalise 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 ECIS Dataframe

normtime

Time to normalise the data to

divide

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

Value

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

Examples


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


JamesHucklesby/vascr documentation built on April 30, 2024, 8:33 a.m.