Description Usage Arguments Value Examples
View source: R/pre_processing_functions.R
This internal function pre-processes a single dataframe to
generate the Experiment
, Type
, Replicate
, and
Observation
columns required for subsequent processing by
fret_average_replicates
and fret_correct_signal
.
1 | fret_format_one_dataset(raw_data, experiment_name)
|
raw_data |
A single dataframe to process. |
experiment_name |
The name of the corresponding experiment. |
A dataframe containing 8 columns: Experiment
, Type
,
Replicate
, Observation
, fret_channel
,
acceptor_channel
, donor_channel
and concentration
.
1 2 3 4 | ## Not run:
format_one_dataset(my_data, "my_experiment")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.