normalize.byvalue: Make signal relative

View source: R/Normalize.R

normalize.byvalueR Documentation

Make signal relative

Description

Divides all signals by a chosen signal to show relative intensity. Useful for normalizing over several experiments.

Usage

normalize.byvalue(
  AssayDat,
  Signal = Signal,
  SignalStat = SignalStat,
  Value = MaxSignal
)

Arguments

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

Value

Df with intensity divided by the maximum intensity of the normalization signal


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