Beispiel #1
0
        private void O18QuantificationSummaryViewerUI_Load(object sender, EventArgs e)
        {
            UpdatePeptide += new ZedGraphO18Experimental_ScanPPM(zgcExperimentalScans, CreateGraphics()).Update;

            //zgcProtein.AddPanel();
            proteinScan    = new ZedGraphO18ProteinScan(zgcProtein, zgcProtein.MasterPane.PaneList.Last(), "Scan Level");
            UpdateProtein += proteinScan.Update;
        }
Beispiel #2
0
        private void O18PurityQuantificationResultForm_Load(object sender, EventArgs e)
        {
            UpdateItem += new ZedGraphO18Experimental_ScanPPM(zgcExperimentalScans, CreateGraphics()).Update;
            UpdateItem += new ZedGraphO18IndividualScan(zgcExperimentalIndividualScan).Update;

            InitGraph(this.zgcTheoreticalIsotopic, "Theoretical Isotopic", "Isotopic Position", "Abundance Percentage", true,
                      0.0);
            InitGraph(this.zgcRatio, "O16/O18 Ratio", "", "Intensity", false, 1.0);
            InitGraph(this.zgcRegression, "Observed vs Regression", "m/z", "Intensity", true, 0.0);
        }