-
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
Define spectra table #22
Comments
OK, so we'd need:
For now I'll keep all in one huge table. we could eventually later split the table into a ms_ms_spectrum and ms_ms_spectrum_metadata table removed columns (redundant with compound table).
|
SPLASH? |
? SPLASH? what do you mean with that @stanstrup ? |
I meant this: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5515539/ |
Good point. HMDB provides these right away, so I'll import. |
Note: for now I would just add MS/MS spectra and do not import NMR spectra yet... these will have anyway other fields and should then go eventually into another table. |
- Enable storage of spectrum data in database tables (related to issue #22). - Expand query engine to support queries starting from specific database tables. - Add/update relevant documentation and unit tests.
Note this picks up issue #17 |
Define the spectra database table to hold the spectrum data.
The text was updated successfully, but these errors were encountered: