find.maxsignal | R Documentation |
Finds the maximum intensity of a single signal. If NameofNormalizationSignal is Null, will return the max Signal for the enter Df.
find.maxsignal( AssayDat, Signal = Signal, NormalizationSignalType = NULL, NameofNormalizationSignal = NULL )
AssayDat |
Df of the long data table input file |
Signal |
Column name of signal |
NormalizationSignalType |
The variable type of the signal to divide all other signals |
NameofNormalizationSignal |
The quoted name of the signal to divide all other signals |
A vector, the max intensity of the normalization
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.