Tarskin / LaCyTools

A high-throughput data extraction package for LC-MS data.
Apache License 2.0
9 stars 5 forks source link

IPQ calculation bug #11

Closed Tarskin closed 8 years ago

Tarskin commented 8 years ago

The calculation for the IPQ: qc += abs((maxIntensityBackCorrected / float(sumInt)) - m.expInt) is wrong as the m.expInt is not corrected for the total percentage used for quantitation.