get_max_norm_int: Get max normalized intensity

View source: R/normalization.R

get_max_norm_intR Documentation

Get max normalized intensity

Description

Gives back the maximum normalized intensity.

Usage

get_max_norm_int(norm_pg)

Arguments

norm_pg

normalized ProteinGroups data.frame.

Examples

proteinGroups_path <-
system.file("extdata", "Conde_9508_sub.txt", package = "pumbaR")
pg <- load_MQ(proteinGroups_path)
norm_pg <- get_normalized_table(pg)
max_norm_int <- get_max_norm_int(norm_pg)

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