Description Usage Arguments Value See Also
View source: R/fret_average_replicates.R
This function calculates averages of fluorescence values from an arbitrary number of technical replicates.
1 | fret_average_replicates(raw_data)
|
raw_data |
A dataframe containing the raw fluorescence data. It must contain at least 8 columns named:
The output of |
A dataframe containing the reduced dataset after averaging across
replicates. It contains all of the above columns except
Replicate
, because it returns the average values over replicates.
format_data
to prepare datasets for use with
fret_average_replicates
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.