View source: R/mean_of_replicates_2.R
mean_of_replicates_2 | R Documentation |
Calculate mean of replicates over Sample IDs and possibly other grouping columns specified
mean_of_replicates_2(data, other_ids = NULL)
data |
A data frame or data table with format WFDT where all replicated measurements are enclosed |
other_ids |
If additional grouping columns should be included, you include them by name here. If your SampleID and ReplicateID columns are named something else, then you need to specify their actual names here |
A data table with format WFDT where replicated measurements are collapsed to mean of replicated measurements
mean_of_replicates_2(sampled_cs_measurements)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.