getPeptideModifContext {isobar} | R Documentation |
Gets neighboring amino acids around modification which can be used to find enriched motifs.
getPeptideModifContext(protein.group, modif, n.aa.up = 7, n.aa.down = 7)
protein.group |
ProteinGroup object. |
modif |
Modification of interest. |
n.aa.up |
Number of AA downstream to report. |
n.aa.down |
Number of AA upstream to report. |