annotSite: Annotate modification site

View source: R/locatePTM.R

annotSiteR Documentation

Annotate modification site

Description

annotSite annotates modified sites as their residues and locations.

Usage

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

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


Vitek-Lab/MSstatsPTM documentation built on April 21, 2024, 6:45 a.m.