staRdom (version 1.0.8)

eem_dilution: Modifying fluorescence data according to dilution.

Description

If samples were diluted before measuring, a dilution factor has to be added to the measured data. This function can do that by either multilpying each sample with the same value or using a data frame with different values for each sample.

Usage

eem_dilution(data, dilution = 1)

Arguments

data

fluorescence data with class eemlist

dilution

dilution factor(s), either numeric value or data frame. Row names of data frame have to be similar to sample names in eemlist.

Value

fluorescence data with class eemlist

Examples

Run this code
# NOT RUN {
data(eem_list)

eem_list <- eem_dilution(eem_list,dilution=5)
# }

Run the code above in your browser using DataCamp Workspace