You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello developers,
I have generated .table file with emzed2 for a LCMS dataset. I wish to save the chromatogram in the attached file (please find below) as a separate image file (for communication purpose). Is there a way to do that through emzed2?
Please let me know.
Thanks,
Manohar
The text was updated successfully, but these errors were encountered:
This can not be done in the user interface directly.
The PeakMap object has a method chromatogram(see here).
The solution would be to iterate over the rows of your table. During each iteration extract rt and mz limits and the peakmap to compute the actual chromatogram.
Thank you very much. I am unable to define rt and mz limits for the feature in earlier image. Can you share a example code for the same?
Like if I have to extract Succinate with following details
mzmin =116.98
mzmax =117.03
rtmin = 10.94
rtmax = 11.78
Hello developers,
I have generated .table file with emzed2 for a LCMS dataset. I wish to save the chromatogram in the attached file (please find below) as a separate image file (for communication purpose). Is there a way to do that through emzed2?
Please let me know.
Thanks,
Manohar
The text was updated successfully, but these errors were encountered: