C# Class ImsInformed.IO.ImsInformedPlotter

The ims informed plotter.
ファイルを表示 Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library Class Usage Examples

Public Methods

Method Description
ImsInformedPlotter ( ) : System

Private Methods

Method Description
AnnotateRemovedPeaks ( OxyPlot.PlotModel associationHypothsisPlot, IDictionary preFilteredPeaks ) : OxyPlot.PlotModel
AssociationHypothesisPlot ( AssociationHypothesis hypothesis, string datasetName, IImsTarget target, bool plotXAxisFromZero = false ) : OxyPlot.PlotModel

The association hypothesis plot.

MapToPointSize ( ObservedPeak observation ) : double
MobilityFitLinePlot ( FitLine fitline ) : OxyPlot.PlotModel

The mobility fit FitLine plot.

PlotAssociationHypothesis ( AssociationHypothesis hypothesis, string plotLocation, string datasetName, IImsTarget target, IDictionary preFilteredPeaks ) : void
PlotDiagram ( string fileLocation, OxyPlot.PlotModel model, int width, int height ) : void

The plot diagram.

PlotMobilityFit ( FitLine fitline, string plotLocation, int width, int height ) : void

Method Details

ImsInformedPlotter() public method

public ImsInformedPlotter ( ) : System
return System