C# Class Coon.Compass.Procyon.ProcyonForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: dbaileychess/Compass Class Usage Examples

Méthodes publiques

Méthode Description
AddCSV ( string filename ) : void
AddTxt ( string filename ) : void
AddXml ( string filename ) : void
ProcyonForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

public AddCSV ( string filename ) : void
filename string
Résultat void

AddTxt() public méthode

public AddTxt ( string filename ) : void
filename string
Résultat void

AddXml() public méthode

public AddXml ( string filename ) : void
filename string
Résultat void

Dispose() protected méthode

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

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

ProcyonForm() public méthode

public ProcyonForm ( ) : System
Résultat System