C# Class ImsInformed.Workflows.CrossSectionExtraction.IdentifiedIsomerInfo

Mostra file Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Public Properties

Property Type Description
AnalysisStatus AnalysisStatus
ArrivalTimeSnapShots IEnumerable
AverageVoltageGroupStabilityScore double
CrossSectionalArea double
Mobility double
MzInDalton double
MzInPpm double
NumberOfFeaturePointsUsed int
PeakScores ImsInformed.Scoring.PeakScores
RSquared double
RelativeMzInPpm double
T0 double
ViperCompatibleMass double

Public Methods

Method Description
IdentifiedIsomerInfo ( int numberOfFeaturePointsUsed, double mzInDalton, double rSquared, double mobility, double crossSectionalArea, double averageVoltageGroupStabilityScore, IEnumerable arrivalTimeSnapShots, double viperCompatibleMass, AnalysisStatus analysisStatus, PeakScores peakScores, IImsTarget target, double t0, double bestMzInPpm ) : System

Initializes a new instance of the IdentifiedIsomerInfo class.

Method Details

IdentifiedIsomerInfo() public method

Initializes a new instance of the IdentifiedIsomerInfo class.
public IdentifiedIsomerInfo ( int numberOfFeaturePointsUsed, double mzInDalton, double rSquared, double mobility, double crossSectionalArea, double averageVoltageGroupStabilityScore, IEnumerable arrivalTimeSnapShots, double viperCompatibleMass, AnalysisStatus analysisStatus, PeakScores peakScores, IImsTarget target, double t0, double bestMzInPpm ) : System
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 ImsInformed.Scoring.PeakScores
target IImsTarget
t0 double
bestMzInPpm double
return System

Property Details

AnalysisStatus public_oe property

The track status.
public AnalysisStatus AnalysisStatus
return AnalysisStatus

ArrivalTimeSnapShots public_oe property

The cross sectional area.
public IEnumerable ArrivalTimeSnapShots
return IEnumerable

AverageVoltageGroupStabilityScore public_oe property

Gets the average voltage group stability score.
public double AverageVoltageGroupStabilityScore
return double

CrossSectionalArea public_oe property

The cross sectional area.
public double CrossSectionalArea
return double

Mobility public_oe property

The normalized mobility K0
public double Mobility
return double

MzInDalton public_oe property

public double MzInDalton
return double

MzInPpm public_oe property

public double MzInPpm
return double

NumberOfFeaturePointsUsed public_oe property

The points used.
public int NumberOfFeaturePointsUsed
return int

PeakScores public_oe property

The track status.
public PeakScores,ImsInformed.Scoring PeakScores
return ImsInformed.Scoring.PeakScores

RSquared public_oe property

The r squared.
public double RSquared
return double

RelativeMzInPpm public_oe property

public double RelativeMzInPpm
return double

T0 public_oe property

The time the ion spend outside the drift tube
public double T0
return double

ViperCompatibleMass public_oe property

The monoisotopic mass.
public double ViperCompatibleMass
return double