C# Class ImsInformed.Filters.ConformerFilter

Datei anzeigen Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library

Public Methods

Method Description
FilterOnPpmError ( IdentifiedIsomerInfo feature, double ppmTolerance ) : bool
FilterOnRelativeIntensity ( IdentifiedIsomerInfo feature, double highestIntensities ) : bool

Method Details

FilterOnPpmError() public static method

public static FilterOnPpmError ( IdentifiedIsomerInfo feature, double ppmTolerance ) : bool
feature ImsInformed.Workflows.CrossSectionExtraction.IdentifiedIsomerInfo
ppmTolerance double
return bool

FilterOnRelativeIntensity() public static method

public static FilterOnRelativeIntensity ( IdentifiedIsomerInfo feature, double highestIntensities ) : bool
feature ImsInformed.Workflows.CrossSectionExtraction.IdentifiedIsomerInfo
highestIntensities double
return bool