示例#1
0
 protected DbAbstractPeptide(DbAbstractPeptide other)
 {
     _peptideModSeq = other._peptideModSeq;
 }
示例#2
0
 protected DbAbstractPeptide(DbAbstractPeptide other)
 {
     _peptideModSeq = other._peptideModSeq;
     _normalizedModifiedSequence = other._normalizedModifiedSequence;
 }