View source: R/mean_of_replicates.R
mean_of_replicates | R Documentation |
Calculate mean of replicates based on data
. Note that the three columns ReplicateID
, MP_A
and MP_B
must be part of data
for this function to work properly. The grouping columns may have any name, but it is recommended to stick to standard names such as SampleID or Comparison
mean_of_replicates(data)
data |
A data frame or data table with format LFDT where all replicated measurements are enclosed. If |
If the column displaying replicate IDs are named something else than ReplicateID
, it will be approximately matched, but there is no guarantee that this will work
A data table with format LFDT where replicated measurements are collapsed to mean of replicated measurements
mean_of_replicates(data = MS_wise(sampled_eqam_measurements)[Comparison=="MP1 - MP2",])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.