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

generating library from DDA search #1216

Open
animesh opened this issue Oct 16, 2024 · 2 comments
Open

generating library from DDA search #1216

animesh opened this issue Oct 16, 2024 · 2 comments

Comments

@animesh
Copy link

animesh commented Oct 16, 2024

Wondering what is the recommended way to generate library from DDA for DIA-NN search? For example i have MaxQuant msms.txt file but not sure how to present it as speclib for DIA-NN search for corresponding DIA data?

Also, if the library is generated from DDA, will the search from DIA be restricted to results from DDA library or DIA-NN can extrapolate new findings?

@vdemichev
Copy link
Owner

vdemichev commented Oct 16, 2024

Hi Ani,

FragPipe is awesome :)

how to present it as speclib for DIA-NN search for corresponding DIA data?

There's 'experimental' (means not properly tested) support for msms.txt as input spectral library for DIA-NN. You can convert it to DIA-NN's own .parquet format (specify as input msms.txt and select 'Generate spectral library', don't specify any raw files) and examine it in R ('arrow' package) to see if it looks like it makes sense.

will the search from DIA be restricted to results from DDA library or DIA-NN can extrapolate new findings?

This would be the recommended way: #1210 (comment)

Best,
Vadim

@animesh
Copy link
Author

animesh commented Oct 16, 2024

Thanks @vdemichev , tried but failed 🤪

diann.exe --f "F:\phosDIA\msms.txt"  --threads 12 --out-lib "C:\Users\animeshs\DIANN1p9p1\report-lib.parquet" --gen-spec-lib
DIA-NN 1.9.1 (Data-Independent Acquisition by Neural Networks)
Compiled on Jul 15 2024 15:40:36
Current date and time: Wed Oct 16 11:18:14 2024
CPU: GenuineIntel Intel(R) Xeon(R) CPU E5-2643 v3 @ 3.40GHz
SIMD instructions: AVX AVX2 FMA SSE4.1 SSE4.2
Logical CPU cores: 24
Thread number set to 12
A spectral library will be generated
WARNING: skipping F:\phosDIA\msms.txt - invalid raw MS data format
WARNING: protein inference is enabled but no FASTA provided - is this intended?

0 files will be processed

probably missing some switch(es)?

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