Dereplicate: Dereplicate assay data

dereplicateR Documentation

Dereplicate assay data

Description

This function loads assay data as long data table with descriptive variables at each time point. And de-replicates them over the chosen variable.

Usage

dereplicate(
  AssayDat,
  GroupBy = c("DNA", "Minutes", "Protein"),
  Signal = Intensity,
  Method = "CT"
)

Arguments

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.

Value

A long kinetic data table with Mean, SD and a 95% confidence internal of replicates


mohrbp/AnalyzeAssay documentation built on Oct. 2, 2022, 5:54 p.m.