Learn R Programming

isobar (version 1.18.0)

getPeptideModifContext: Get context of modification

Description

Gets neighboring amino acids around modification which can be used to find enriched motifs.

Usage

getPeptideModifContext(protein.group, modif, n.aa.up = 7, n.aa.down = 7)

Arguments

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.