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

Modified peptide quantification #1249

Open
zoe1985 opened this issue Nov 7, 2024 · 1 comment
Open

Modified peptide quantification #1249

zoe1985 opened this issue Nov 7, 2024 · 1 comment

Comments

@zoe1985
Copy link

zoe1985 commented Nov 7, 2024

Dear Vadim,

I searched top-ABPP DIA files with FragPipe to collect a file fold named "diann-output". My question is whether the quantification of assigned modified peptides also is generated from "report.tsv" using DIANN Rpackages or iq R? I'm not sure following script:

df <- diann_load("diann-output.tsv")
pep<-diann_maxlfq(df[df$Q.Value <= 0.01 & df$PG.Q.Value <= 0.01,],
group.header="Modified.Sequence",
id.header = "Precursor.Id",
quantity.header = "Precursor.Normalised",
margin=-10)

Best,

Zoe

@vdemichev
Copy link
Owner

Hi Zoe,

Yes, the above should group precursors by Modified.Sequence and quantify the resulting modified sequences with MaxLFQ.

Best,
Vadim

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