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
fp_average_replicates
.
1 | fp_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
, polarization
,
anisotropy
, intensity
and concentration
.
1 2 3 4 | ## Not run:
fp_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.