dereplicate | R Documentation |
This function loads assay data as long data table with descriptive variables at each time point. And de-replicates them over the chosen variable.
dereplicate( AssayDat, GroupBy = c("DNA", "Minutes", "Protein"), Signal = Intensity, Method = "CT" )
AssayDat |
Df of the long data table input file |
GroupBy |
The names of the variables over which the assay data is separated including minutes. Defaults to DNA, Protein and Minutes. Should not include "Replicate" |
Signal |
The name of the assay signal being measured. |
Method |
Method used to dereplicate data. CT calculates mean, standard deviation and a 95% confidence interval MM calculate max and min. |
A long kinetic data table with Mean, SD and a 95% confidence internal of replicates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.