normalize.byvalue | R Documentation |
Divides all signals by a chosen signal to show relative intensity. Useful for normalizing over several experiments.
normalize.byvalue( AssayDat, Signal = Signal, SignalStat = SignalStat, Value = MaxSignal )
AssayDat |
A data frame containing long assay data |
Signal |
Column name of the assay data to transform |
SignalStat |
Column name of the assay statistics data to transform |
Value |
A vector to divide the Signal by. Defaults to maximum value of selected Signal |
Df with intensity divided by the maximum intensity of the normalization signal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.