Skip to content
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

Request: Compound identification database import/export in mzTab #84

Open
photocyte opened this issue Jan 20, 2016 · 3 comments
Open

Request: Compound identification database import/export in mzTab #84

photocyte opened this issue Jan 20, 2016 · 3 comments

Comments

@photocyte
Copy link

Right now mzMine2 can import custom metabolite ID databases in CSV format. This is flexible, but why not use mzTab format explicitly (which I believe has a field for identifications) as the format for importing/exporting compound identifications? Ideally the mzTab / compound identification file could also have parseable InChI for the feature in question, which would allow computation of parameters.

@dyrlund
Copy link
Member

dyrlund commented Feb 16, 2016

InChI and InChIKeys is something that we have also discussed to support for CSV files: #52.

My concern with mzTab files is that it will be difficult for a lot of users to generate files in that specific format. I think a lot still have their custom databases stored in Excel files which are easily exported to CSV files.

@photocyte
Copy link
Author

Thinking about this more, I agree that mzTab is not the best choice for the main format for the identification database, as it makes the the difference between peaklists (quantification) and identification, less clear. That being said, it would be a useful feature to modify the CSV import such that it could handle the mzTab files without modification (ignore multiple header lines, ignore COM lines etc.). Will attempt implementing in MZmine2

@dyrlund
Copy link
Member

dyrlund commented Feb 29, 2016

I agree. Please also look at how we have made the implementation for the local database search in MZmine 3. You could update the parameter dialog so that it can get the annotations from the mzTab files and then write them to the text field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants