tic_normalization: tic normalization

View source: R/sample_normalization.R

tic_normalizationR Documentation

tic normalization

Description

given an intensity matrix and vector of total intensities, normalize each column of the intensity matrix by the total intensities. Column names of the matrix and names of the vector should be identical.

Usage

tic_normalization(intensity_matrix, tic)

Arguments

intensity_matrix

the intensity matrix

tic

vector of tic's

Value

transformed intensity matrix


MoseleyBioinformaticsLab/FTMS.peakCharacterization documentation built on April 27, 2022, 3:32 a.m.