pymzml / pymzML

pymzML - an interface between Python and mzML Mass spectrometry Files
https://pymzml.readthedocs.io/en/latest/
MIT License
163 stars 92 forks source link

parent scan id #10

Closed ywang802 closed 10 years ago

ywang802 commented 11 years ago

In mzML, I can see

I want to get 1 since "scan=1". Could you please help me to know whether there is a way to retrieve that information? Actually I can use spectrum['id'] to retrieve 2 from the following line. But I don't know how to handle the precursor part. Thanks.
fu commented 11 years ago

Hi ywang802,

could you please send me a small mzML of yours and the script that you programmed. I will have a look asap. If the mzML is too big to be send by eMail (i.e. >= 5MB), please upload it to a file host or crop it down to a few specs of interest.

Thanks

.c

On 19 May 2013, at 00:43, ywang802 notifications@github.com wrote:

In mzML, I can see

I want to get 1 since "scan=1". Could you please help me to know whether there is a way to retrieve that information? Actually I can use spectrum['id'] to retrieve 2 from the following line.

But I don't know how to handle the precursor part.

Thanks.

— Reply to this email directly or view it on GitHub.