mean_of_replicates_2: Calculate mean of replicates over Sample IDs and possibly...

View source: R/mean_of_replicates_2.R

mean_of_replicates_2R Documentation

Calculate mean of replicates over Sample IDs and possibly other grouping columns specified

Description

Calculate mean of replicates over Sample IDs and possibly other grouping columns specified

Usage

mean_of_replicates_2(data, other_ids = NULL)

Arguments

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

Value

A data table with format WFDT where replicated measurements are collapsed to mean of replicated measurements

Examples

mean_of_replicates_2(sampled_cs_measurements)

pernille267/commutability.selectivity documentation built on July 20, 2022, 9:11 a.m.