public class RecalibrationUtils extends Object
Constructor and Description |
---|
RecalibrationUtils() |
Modifier and Type | Method and Description |
---|---|
static double[] |
getRecalibratedMz(TreeMap<Double,Double> mzCorrections,
double[] originalMz)
Returns a recalibrated peak list.
|
static Precursor |
getRecalibratedPrecursor(Precursor precursor,
double mzCorrection,
double rtCorrection)
Returns a recalibrated precursor.
|
public static Precursor getRecalibratedPrecursor(Precursor precursor, double mzCorrection, double rtCorrection)
precursor
- The precursor to recalibrate.mzCorrection
- The m/z correction to apply.rtCorrection
- The retention time correction to apply.Copyright © 2021. All rights reserved.