From: Angel P. <an...@ma...> - 2008-08-01 12:07:26
|
On Thu, Jul 31, 2008 at 8:45 AM, David Creasy <dc...@ma...> wrote: > Hi, > > I've added an example N15 Mascot search to: > http://code.google.com/p/psi-pi/source/browse/#svn/trunk/examples/schema_usecase_examples/working29July > > This seems to work pretty well (as expected!!) > The interesting thing is that there are two sets of residue masses, two > SpectrumIdentificationList (one for light, one for heavy) but just one > ProteinDetectionList. > > And (possibly confusing at first glance!) unmodified peptides with > different masses like this: > > <Peptide id="peptide_48_1" sequenceMass="1025.481796" > > <peptideSequence>STNLDWYK</peptideSequence> > </Peptide> > > <Peptide id="peptide_53_1" sequenceMass="1036.449188"> > <peptideSequence>STNLDWYK</peptideSequence> > </Peptide> I think this is where I come in with the mod specifications for peptide results. I'll try and add this as an example to issue 35 -angel |