C# Class ImsInformed.Workflows.CrossSectionExtraction.IdentifiedIsomerInfo

Afficher le fichier Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Property Details

AnalysisStatus public_oe property

The track status.
public AnalysisStatus AnalysisStatus
Résultat AnalysisStatus

ArrivalTimeSnapShots public_oe property

The cross sectional area.
public IEnumerable ArrivalTimeSnapShots
Résultat IEnumerable

AverageVoltageGroupStabilityScore public_oe property

Gets the average voltage group stability score.
public double AverageVoltageGroupStabilityScore
Résultat double

CrossSectionalArea public_oe property

The cross sectional area.
public double CrossSectionalArea
Résultat double

Mobility public_oe property

The normalized mobility K0
public double Mobility
Résultat double

MzInDalton public_oe property

public double MzInDalton
Résultat double

MzInPpm public_oe property

public double MzInPpm
Résultat double

NumberOfFeaturePointsUsed public_oe property

The points used.
public int NumberOfFeaturePointsUsed
Résultat int

PeakScores public_oe property

The track status.
public PeakScores,ImsInformed.Scoring PeakScores
Résultat ImsInformed.Scoring.PeakScores

RSquared public_oe property

The r squared.
public double RSquared
Résultat double

RelativeMzInPpm public_oe property

public double RelativeMzInPpm
Résultat double

T0 public_oe property

The time the ion spend outside the drift tube
public double T0
Résultat double

ViperCompatibleMass public_oe property

The monoisotopic mass.
public double ViperCompatibleMass
Résultat double