public class ExtendedPeptide extends Object
Modifier and Type | Field and Description |
---|---|
String[] |
fixedModifications
The fixed modifications of the peptide.
|
Peptide |
peptide
The peptide.
|
int |
position
The position of the peptide on the protein.
|
Constructor and Description |
---|
ExtendedPeptide()
Empty default constructor
|
ExtendedPeptide(Peptide peptide,
int position,
String[] fixedModifications)
Constructor.
|
public final Peptide peptide
public final int position
public final String[] fixedModifications
Copyright © 2021. All rights reserved.