PYangLab / PhosR

PhosR is a package for the comprehensive analysis of phosphoproteomic data.
https://pyanglab.github.io/PhosR/
GNU General Public License v3.0
14 stars 4 forks source link

Question on multi phosphorylated peptides #11

Open laurenctang opened 2 years ago

laurenctang commented 2 years ago

I was just wondering, since MaxQuant's Phospho (STY)sites.txt file comes with three columns per sample (1, 2, __3)--an individual column for singly, double, and triply phosphorylated peptides, how did you deal with that? I see that your pre-processsing steps ask for and assume that each column is a different sample, but how did you deal with the 3 columns per sample output format of MaxQuant? Thank you for providing such a great resource!