Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upProcessing multiple spectra #7
Open
Comments
This comment has been minimized.
This comment has been minimized.
hello, I also want to use MetFrag CL to process multiple spectra with one call to MetFrag, and have you solve the problem? |
This comment has been minimized.
This comment has been minimized.
The best way to process multiple spectra with one call to MetFrag is to merge the spectra in advance before giving the peaklist to MetFrag. There is a relatively simple merging function in xcms that can be used to do this, but also many other approaches would be possible. It is not hard coded into MetFrag so that users can find the approach that best suits their needs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MKoesters commentedJun 22, 2017
Hello,
I want to use MetFrag CL to process multiple spectra with one call to MetFrag and in the end be able to tell in which spectrum the given compound was identified.
Is there a way to do this, e.g. by writing mz and i values of multiple spectra to the peak list, or does MetFrag assume the peak list to be from only one spectrum?
Manuel