How to export deconvoluted plot from UniChrom sliding window analysis #92
Unanswered
garganandrea
asked this question in
Q&A
Replies: 1 comment
-
Hi Andrea, You can either access it programmatically (h5py is a great python library and there are few tools in the UniDec hdf5_tools.py file) or with HDF View (https://www.hdfgroup.org/downloads/hdfview/). If you open it up in HDF View, under the ms_dataset object, there should be a mass_axis object with the x-axis info and a mass_sum object with the y-axis intensities. You can copy/paste out of HDF View if needed. Good luck! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I deconvoluted an LC-MS analysis using the sliding window tool and I extracted a deconvoluted mass spectra that I would like to export as text file.
Using control+U I can get some of the deconvoluted traces but not the extracted/ plotted sum trace (here in black).
Any trick to do this?
I want to use it to overlay the results of different analysis.
Thanks for the help!
Andrea
Beta Was this translation helpful? Give feedback.
All reactions