-
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
Import MS/MS spectrum data from various sources #23
Comments
- Add function to import MS/MS spectra from spectrum xml files from HMDB (issue #23). - Add related unit tests, test file and documentation.
Yes, those don't have spectra. |
Little complication from HMDB: HMDB provides one xml file for each spectrum associated with a compound. Now it can be that the same spectrum (same values) are associated to different compounds. HMDB uses the same Complicated solution to handle this would be:
Disadvantage: queries are more complicated, possibly slower. Simple solution:
|
I have at least a function that can read from MassBank records. Well that doesn't help with MoNA but with all other MassBank related records. |
Cool! thanks for your input @michaelwitting . I had a look at the MoNa SDF file and it should be straight forward to extract all relevant information (compound annotations and spectra) from that. It's just a bummer that every database/resource uses own identifiers and nomenclature. |
Well, this is why I'm working here with the MassBank record format. It is rich in metadata and human readable, but also easy to parse due to partially controlled variables. The functions I wrote are reading from this format to a By the way: I implemented two new spectra comparison methods in |
when you talk MassBank record format - where do you get that data? Is it from https://github.com/MassBank/MassBank-data ? apparently not MoNa... |
Yes, for example. We use also the MassBank format for our internal database. |
Import of open data from MassBank is discussed in issue #34. |
Import MS/MS spectrum data from different databases:
Seems ChEBI, PubChem and Lipid maps don't provide spectra; can you confirm @stanstrup @michaelwitting ?
The text was updated successfully, but these errors were encountered: