get_correction_factor: Get correction factor

View source: R/normalization.R

get_correction_factorR Documentation

Get correction factor

Description

Gives back the total sum of intensities over all slices and proteins. This correction factor is used for intensity normalisation.

Usage

get_correction_factor(ints)

Arguments

ints

The slice intensities from a proteinGroups.txt file.

Examples

proteinGroups_path <-
system.file("extdata", "Conde_9508_sub.txt", package = "pumbaR")
pg <- load_MQ(proteinGroups_path)
ints <- get_intensities(pg)
corr_factor <- get_correction_factor(ints)

UNIL-PAF/pumbaR documentation built on June 9, 2022, 6:31 p.m.