Skip to content

Number of unique peptides resulting in identification #171

Answered by vdemichev
L3ft2di3 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Thorben,

You can count the number of peptides in R/Python, using the main report produced by DIA-NN.
The code is sth like this:
x <- unique(df[df$Global.Q.Value <= 0.01,c('Protein.Group','Stripped.Sequence')])
n_peps <- table(df$Protein.Group)
Add can exclude single hit proteins based on this.

Best,
Vadim

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by L3ft2di3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants