Description Usage Arguments Value Examples
Function to perform reading averaging on dataframe
1 | ms_data_average(data, nread = 10, rep = "r", weightbycountnum = TRUE)
|
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 |
dataframe containing the averaged readings
1 2 3 4 | ## Not run:
data_averaged <- ms_data_average(data_complete_set, rep="")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.