ms_data_average: ms_data_average

Description Usage Arguments Value Examples

Description

Function to perform reading averaging on dataframe

Usage

1
ms_data_average(data, nread = 10, rep = "r", weightbycountnum = TRUE)

Arguments

data

dataset to be filtered

nread

number of reading channels or sample treatements, default value is 10

rep

the rep indicator used in the naming of experimental conditions, such as "r", or "rep" or ""

weightbycountnum

whether weight the readings with count information, default to TRUE

Value

dataframe containing the averaged readings

Examples

1
2
3
4
## Not run: 
data_averaged <- ms_data_average(data_complete_set, rep="")

## End(Not run)

nkdailingyun/mineCETSA documentation built on Feb. 27, 2021, 8:26 p.m.