Property | Type | Description | |
---|---|---|---|
AnalysisStatus | AnalysisStatus | ||
ArrivalTimeSnapShots | IEnumerable |
||
AverageVoltageGroupStabilityScore | double | ||
CrossSectionalArea | double | ||
Mobility | double | ||
MzInDalton | double | ||
MzInPpm | double | ||
NumberOfFeaturePointsUsed | int | ||
PeakScores | |||
RSquared | double | ||
RelativeMzInPpm | double | ||
T0 | double | ||
ViperCompatibleMass | double |
Method | Description | |
---|---|---|
IdentifiedIsomerInfo ( int numberOfFeaturePointsUsed, double mzInDalton, double rSquared, double mobility, double crossSectionalArea, double averageVoltageGroupStabilityScore, IEnumerable |
Initializes a new instance of the IdentifiedIsomerInfo class.
|
public IdentifiedIsomerInfo ( int numberOfFeaturePointsUsed, double mzInDalton, double rSquared, double mobility, double crossSectionalArea, double averageVoltageGroupStabilityScore, IEnumerable |
||
numberOfFeaturePointsUsed | int | /// The number of feature points used. /// |
mzInDalton | double | |
rSquared | double | /// The r squred. /// |
mobility | double | /// The mobility. /// |
crossSectionalArea | double | /// The cross sectional area. /// |
averageVoltageGroupStabilityScore | double | /// The average voltage group stability score. /// |
arrivalTimeSnapShots | IEnumerable |
/// The arrival time snap shots. /// |
viperCompatibleMass | double | /// The viper Compatible Mass. /// |
analysisStatus | AnalysisStatus | |
peakScores | ||
target | IImsTarget | |
t0 | double | |
bestMzInPpm | double | |
return | System |
public double AverageVoltageGroupStabilityScore | ||
return | double |
public PeakScores,ImsInformed.Scoring PeakScores | ||
return |