annotSite: Annotate modification site

Description Usage Arguments Value Examples

View source: R/locatePTM.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)

devonjkohler/MSstatsLiP documentation built on Dec. 19, 2021, 11:01 p.m.