annotSite | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.