get_normalized_table: Get normalize table

View source: R/normalization.R

get_normalized_tableR Documentation

Get normalize table

Description

Gives back the normalized intensities together with some informations about the proteins (proteinAC, gene name, etc.).

Usage

get_normalized_table(pg, sample_name = NULL)

Arguments

pg

ProteinGroups data.frame.

Examples

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

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