normalize.bysignal | R Documentation |
Divides all signals by a single signal. Defaults to the largest signal and makes all signals between 0-1.
normalize.bysignal( AssayDat, Signal = "BckSubSignal", SignalStat = "SDSignal", NormalizationSignalType = NULL, NameofNormalizationSignal = NULL, GroupBy = c("DNA", "Minutes", "Protein") )
AssayDat |
Df of the long data table input file |
Signal |
The quoted column name of the assay intensity signal |
SignalStat |
The quoted column name ofsecond signal to normalize. Often the Standard Deviation |
NormalizationSignalType |
The variable type of the signal to divide all other signals |
NameofNormalizationSignal |
The quoted name of the signal to divide all other signals |
GroupBy |
The names of the variables over which the assay data is separated including minutes. Defaults to DNA, Protein and Minutes. @return long Df of all signals divided by the maximum value of the chosen signal |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.