-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting RAMclustR with MetFamily #13
Comments
I am writing .msp format currently for spectra without precursor selection. I also have output formats including .ms and .mat (Sirius and MSFinder) - each of these is similar to .msp, but not identical. Before we get too far into the msp format (which I should be able to do pretty easily) we should make sure it is valid. Last I checked NIST had no definition for RETENTIONTIME - but this was a while ago and I can't say I am current on that. Can you send a document you are referring to for valid NIST line headers? |
see here for my reference: |
The msp format accepted by MetFamily is used at RIKEN and is not identical to the NIST msp format. Please find an example above. It would be great to have this output from RAMClustR. Please let me know if I can help with the MetFamily integration. |
@sneumann is this still up to date or has this been resolved? If you're still interested in this we could start tackling this at some point. |
Hi, it would be great to have a working example snippet
on how to connect RAMclustR output to MetFamily.
What we need is an MSP file that looks like this:
https://raw.githubusercontent.com/ipb-halle/MetFamily/master/files/MSMS_library_showcase.msp
i.e. where we have RT and Precursor that can be matched to the MS1 precursor.
Then we need the MS1 quantification as it comes from XCMS, looking like
https://github.com/ipb-halle/MetFamily/blob/master/files/Metabolite_profile_showcase.txt
Full spec of the MetFamily input formats are in
https://github.com/ipb-halle/MetFamily/blob/master/files/MetFamily_Input_Specification.pdf
@Treutler and @cbroeckl , is there a way to create a small HowTo
(some people at UC RIverside would love to see that ...)
so we can include that in RAMclustR documentation ?
@cbroeckl , is the file https://github.com/cbroeckl/RAMClustR/blob/master/vignettes/spectra/test.mspLib
what the RAMclustR output looks like ? It has the RT in a comment tag.
Yours,
Steffen
The text was updated successfully, but these errors were encountered: