annotSite {MSstatsLiP} | R Documentation |
annotSite
annotates modified sites as their residues and locations.
annotSite(aaIndex, residue, lenIndex = NULL)
aaIndex |
An integer vector. Location of the sites. |
residue |
A string vector. Amino acid residue. |
lenIndex |
An integer. Default is |
A string.
annotSite(10, "K") annotSite(10, "K", 3L)