get_incorporation: Determine SILAC (2-plex) incorporation rate given intensity...

View source: R/silac.R

get_incorporationR Documentation

Determine SILAC (2-plex) incorporation rate given intensity values for Light and Heavy

Description

SILAC incorporation is estimated by H / (H + L), where H = Heavy and L = Light labelled peptide intensity. If L is NA, incorporation == 1 and if H is NA, incorporation == 0.

Usage

get_incorporation(light, heavy)

Arguments

light

numeric. Light peptide intensity.

heavy

numeric. Heavy peptide intensity.

Value

Returns a numeric from 0 to 1 (or NA if light and heavy are both NA)


CambridgeCentreForProteomics/camprotR documentation built on Jan. 27, 2023, 8:36 p.m.