C# Class Coon.Compass.Procyon.ProcyonForm

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: dbaileychess/Compass Class Usage Examples

Public Methods

Method Description
AddCSV ( string filename ) : void
AddTxt ( string filename ) : void
AddXml ( string filename ) : void
ProcyonForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Method Description
AddFile ( string files ) : void
AddFiles ( IEnumerable files ) : void
AddFiles2 ( IEnumerable files ) : void
AnnotateQuantFileAndTestEnrichment ( List quantFiles, bool &printEnrichedAnnotations ) : bool
BuildAnnotationDictionary ( string databaseString, List annotationsToAdd ) : void
BuildComparisons ( List quantFiles ) : void
CheckHeader ( string header ) : bool
CleanDefline ( string defline ) : string
CombineQuantFiles ( List quantFiles ) : List
GetAnnotationType ( string annotation ) : AnnotationType
GetDatabasePath ( string databaseString ) : string
GroupQuantEntryData ( List quantFiles ) : void
ImportProteinInteractionDictionary ( string interactionFile ) : Dictionary>
ImportQuantFiles ( ) : List
ImportSavedProcyonDatabase ( string databaseFile ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadEmbededDatabase ( string databaseString ) : void
LoadUserInputs ( ) : void
NormalizeQuantFiles ( List quantFiles ) : void
PerformMultipleComparrisonCorrection ( List quantFiles ) : bool
PerformSignificanceTest ( List quantFiles ) : void
PrintDatabase ( ) : void
PrintEnrichedAnnotations ( List quantFiles ) : void
PrintPerseusOutput ( List quantFiles ) : void
PrintQuantifiedFiles ( List quantFiles, bool printQValue, bool printAnnotations ) : void
Procyon_Load ( object sender, EventArgs e ) : void
TestUniqueNames ( BindingList groupLines ) : bool
UpdateLog ( string message ) : void
WriteLogFiles ( ) : void
addToOne_Click ( object sender, EventArgs e ) : void
analyze_Click ( object sender, EventArgs e ) : void
buildComparisons_Click ( object sender, EventArgs e ) : void
clearAnalysisGroups_Click ( object sender, EventArgs e ) : void
clearAnnotaionDatabase_Click ( object sender, EventArgs e ) : void
clearInputFile_Click ( object sender, EventArgs e ) : void
clearNormTextBox_Click ( object sender, EventArgs e ) : void
comboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
customDatabaseBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
customDatabaseText_DragDrop ( object sender, DragEventArgs e ) : void
customDatabaseText_DragEnter ( object sender, DragEventArgs e ) : void
dataGridView1_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
inputFiles_DragDrop ( object sender, DragEventArgs e ) : void
inputFiles_DragEnter ( object sender, DragEventArgs e ) : void
label11_Click ( object sender, EventArgs e ) : void
label1_Click ( object sender, EventArgs e ) : void
normalizationTextBox_DragDrop ( object sender, DragEventArgs e ) : void
normalizationTextBox_DragEnter ( object sender, DragEventArgs e ) : void
sortAnalysisGroups_Click ( object sender, EventArgs e ) : void
userDatabase_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

AddCSV() public method

public AddCSV ( string filename ) : void
filename string
return void

AddTxt() public method

public AddTxt ( string filename ) : void
filename string
return void

AddXml() public method

public AddXml ( string filename ) : void
filename string
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

ProcyonForm() public method

public ProcyonForm ( ) : System
return System