tanorm: Total Area Normalization of glycan data

Description Usage Arguments Details Value Author(s) Examples

View source: R/normalization.R

Description

Returns glycans normalized with Total Area Normalization approach.

Usage

1

Arguments

d

data frame in long format containing glycan measurements

grouping

should data be normalized per groups

Details

Input data frame should have at least the following three columns:
- gid - representing a unique name of a sample
- glycan - representing glycan names
- value - representing measured values
and if the grouping argument is TRUE it should also have column:
- groups - representing groupings (e.g. IgG1, IgG2 and IgG4)

Value

Returns a data.frame with original glycan values substituted by normalized ones

Author(s)

Ivo Ugrina

Examples

1
2
3
data(mpiu)
mpiun <- tanorm(mpiu)
head(mpiun)

iugrina/glycanr documentation built on March 31, 2021, 9:50 a.m.