C# 클래스 ImsInformed.Workflows.CrossSectionExtraction.IdentifiedIsomerInfo

파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/IMS-Informed-Library 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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.

메소드 상세

IdentifiedIsomerInfo() 공개 메소드

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
리턴 System

프로퍼티 상세

AnalysisStatus 공개적으로 프로퍼티

The track status.
public AnalysisStatus AnalysisStatus
리턴 AnalysisStatus

ArrivalTimeSnapShots 공개적으로 프로퍼티

The cross sectional area.
public IEnumerable ArrivalTimeSnapShots
리턴 IEnumerable

AverageVoltageGroupStabilityScore 공개적으로 프로퍼티

Gets the average voltage group stability score.
public double AverageVoltageGroupStabilityScore
리턴 double

CrossSectionalArea 공개적으로 프로퍼티

The cross sectional area.
public double CrossSectionalArea
리턴 double

Mobility 공개적으로 프로퍼티

The normalized mobility K0
public double Mobility
리턴 double

MzInDalton 공개적으로 프로퍼티

public double MzInDalton
리턴 double

MzInPpm 공개적으로 프로퍼티

public double MzInPpm
리턴 double

NumberOfFeaturePointsUsed 공개적으로 프로퍼티

The points used.
public int NumberOfFeaturePointsUsed
리턴 int

PeakScores 공개적으로 프로퍼티

The track status.
public PeakScores,ImsInformed.Scoring PeakScores
리턴 ImsInformed.Scoring.PeakScores

RSquared 공개적으로 프로퍼티

The r squared.
public double RSquared
리턴 double

RelativeMzInPpm 공개적으로 프로퍼티

public double RelativeMzInPpm
리턴 double

T0 공개적으로 프로퍼티

The time the ion spend outside the drift tube
public double T0
리턴 double

ViperCompatibleMass 공개적으로 프로퍼티

The monoisotopic mass.
public double ViperCompatibleMass
리턴 double