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/MSstatsLiP documentation built on April 5, 2024, 3:25 a.m.