The protein groups output has a column that is labeled "Modification Info List" that reports the count of psms for each localized PTM relative to the count of all PSMs containing that amino acid position. See example below. The currently reported number is incorrect. I believe this error comes from a failure to apply the ".Resolve" method that we use for writing the AllPSMs.psmtsv. This PR provides the correct number.
aa279[N->D on N,info:occupancy=0.04(1/28)];#aa285[N->D on N,info:occupancy=0.40(12/30)];#aa390[N->D on N,info:occupancy=0.17(1/6)];#aa398[N->D on N,info:occupancy=1.00(5/5)]
The protein groups output has a column that is labeled "Modification Info List" that reports the count of psms for each localized PTM relative to the count of all PSMs containing that amino acid position. See example below. The currently reported number is incorrect. I believe this error comes from a failure to apply the ".Resolve" method that we use for writing the AllPSMs.psmtsv. This PR provides the correct number.
aa279[N->D on N,info:occupancy=0.04(1/28)];#aa285[N->D on N,info:occupancy=0.40(12/30)];#aa390[N->D on N,info:occupancy=0.17(1/6)];#aa398[N->D on N,info:occupancy=1.00(5/5)]