-
Notifications
You must be signed in to change notification settings - Fork 4
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
Using DIA-NN results #11
Comments
This appears to have been added in the latest version of pyDIAID, however it isn't clear to me which file pyDIAID is expecting from DIA-NN. Furthermore, I am not certain pYDIAID is compatible with DIA-NN 1.9.2 output at the moment. It would be great if a developer could chime in on some of these questions related to using DIA-NN output. |
There are some clues in the loader_proteomics_library.py function. Specifically:
Therefore, in R (my preferred language) I can convert a .parquet DIA library to these specifications.
|
Did the converted format work for you? |
Yep - the above code works for me. Just make sure to use the right parquet file since there are a few that typically show up in the output. I used the one that corresponds to an experimentally-derived spectral library. |
Hi,
Thanks for the nice tool. It would be great if py_diaid could use DIA-NN output as well.
Thanks
Maithy
The text was updated successfully, but these errors were encountered: