C# Class ImsInformed.Filters.TrackFilter

The track filter.
Exibir arquivo Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Public Methods

Method Description
FilterLowFitPointNumber ( int points, int minPoints ) : bool

The filter low fit point number.

IsConsistentWithIonDynamics ( MobilityInfo info ) : bool

The is consistent with ion dynamics.

IsLowR2 ( double r2, double r2Threshold = 0.9 ) : bool

The is low r 2.

IsTrackPossible ( IsomerTrack track, IImsTarget target, CrossSectionSearchParameters crossSectionSearchParameters ) : bool

The is track possible.

Method Details

FilterLowFitPointNumber() public method

The filter low fit point number.
public FilterLowFitPointNumber ( int points, int minPoints ) : bool
points int /// The points. ///
minPoints int /// The min points. ///
return bool

IsConsistentWithIonDynamics() public method

The is consistent with ion dynamics.
public IsConsistentWithIonDynamics ( MobilityInfo info ) : bool
info ImsInformed.Domain.DataAssociation.MobilityInfo /// The info. ///
return bool

IsLowR2() public method

The is low r 2.
public IsLowR2 ( double r2, double r2Threshold = 0.9 ) : bool
r2 double /// The r 2. ///
r2Threshold double /// The r 2 threshold. ///
return bool

IsTrackPossible() public method

The is track possible.
public IsTrackPossible ( IsomerTrack track, IImsTarget target, CrossSectionSearchParameters crossSectionSearchParameters ) : bool
track ImsInformed.Domain.DataAssociation.IsomerTrack /// The track. ///
target IImsTarget
crossSectionSearchParameters ImsInformed.Workflows.CrossSectionExtraction.CrossSectionSearchParameters
return bool