annotSite: Annotate modification site

Description Usage Arguments Value Examples

View source: R/locate.R

Description

annotSite annotates modified sites as their residues and locations.

Usage

1
annotSite(aaIndex, residue, lenIndex = NULL)

Arguments

aaIndex

An integer vector. Location of the sites.

residue

A string vector. Amino acid residue.

lenIndex

An integer. Default is NULL

Value

A string.

Examples

1
2
annotSite(10, "K")
annotSite(10, "K", 3L)

MSstatsPTM documentation built on Nov. 8, 2020, 5:49 p.m.