find.maxsignal: Find Biggest Signal

View source: R/Normalize.R

find.maxsignalR Documentation

Find Biggest Signal

Description

Finds the maximum intensity of a single signal. If NameofNormalizationSignal is Null, will return the max Signal for the enter Df.

Usage

find.maxsignal(
  AssayDat,
  Signal = Signal,
  NormalizationSignalType = NULL,
  NameofNormalizationSignal = NULL
)

Arguments

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

Value

A vector, the max intensity of the normalization


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