C# Class PIXIEBatchProcessor.Export.AnalysisLibrary

Exibir arquivo Open project: PNNL-Comp-Mass-Spec/PIXIE Class Usage Examples

Public Methods

Method Description
AnalysisLibrary ( string path ) : System
CreateTables ( ) : System.Threading.Tasks.Task
InsertResult ( CrossSectionWorkflowResult result ) : System.Threading.Tasks.Task

Insert a single result

InsertResult ( IEnumerable results ) : System.Threading.Tasks.Task

Insert multiple results

Private Methods

Method Description
CreateView ( SQLiteCommand cmd, string query, string viewName ) : System.Threading.Tasks.Task
CreateViews ( SQLiteCommand cmd ) : System.Threading.Tasks.Task
InsertAnalysis ( SQLiteCommand cmd, CrossSectionWorkflowResult result, long targetID, long datasetID ) : Task
InsertChemical ( SQLiteCommand cmd, IImsTarget target ) : Task
InsertDataset ( SQLiteCommand cmd, CrossSectionWorkflowResult result ) : Task
InsertIdentifications ( SQLiteCommand cmd, IdentifiedIsomerInfo result, long analysisID ) : Task
InsertResult ( SQLiteCommand cmd, CrossSectionWorkflowResult result ) : System.Threading.Tasks.Task
InsertSnapshots ( SQLiteCommand cmd, ArrivalTimeSnapShot result, long IdentificationID ) : System.Threading.Tasks.Task
InsertTarget ( SQLiteCommand cmd, IImsTarget target ) : Task
LastID ( SQLiteCommand cmd ) : Task

Method Details

AnalysisLibrary() public method

public AnalysisLibrary ( string path ) : System
path string
return System

CreateTables() public method

public CreateTables ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

InsertResult() public method

Insert a single result
public InsertResult ( CrossSectionWorkflowResult result ) : System.Threading.Tasks.Task
result ImsInformed.Workflows.CrossSectionExtraction.CrossSectionWorkflowResult
return System.Threading.Tasks.Task

InsertResult() public method

Insert multiple results
public InsertResult ( IEnumerable results ) : System.Threading.Tasks.Task
results IEnumerable
return System.Threading.Tasks.Task