View source: R/transformation.R
vascr_normalise | R Documentation |
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.
vascr_normalise(data.df, normtime, divide = FALSE)
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 |
A standard ECIS dataset with each value normalized to the selected point.
data = vascr_normalise(growth.df, normtime = 100)
head(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.