pgb_liv\php_ms\Core\ProteinTrait::addProtein
Add a new protein mapping to this object.
Start and end positions on the protein sequence can be specified
Signature
public function addProtein(Protein
$protein,
[int
$start = null,
[int
$end = null]] )
Parameters
$protein
— pgb_liv\php_ms\Core\Protein
The protein to map to$start
— int
The start position of this peptide in the sequence$end
— int
The end position this peptide in the sequence