You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, a PeakGroup contains only one peak with a good signal. However, the PeakGroup::medianRT() method sometimes produces a misleading measurement.
Instead, it would be helpful to implement a PeakGroup::maxPeakRt() method, which would return the RT of the maximum intensity peak.
Once implemented, this could be used as a PeakGroup's RT value, if deisred.
The text was updated successfully, but these errors were encountered:
In some cases, a
PeakGroup
contains only one peak with a good signal. However, thePeakGroup::medianRT()
method sometimes produces a misleading measurement.Instead, it would be helpful to implement a
PeakGroup::maxPeakRt()
method, which would return the RT of the maximum intensity peak.Once implemented, this could be used as a PeakGroup's RT value, if deisred.
The text was updated successfully, but these errors were encountered: