Example #1
0
        }                                                                     //need the {get; set;} for the string to be displayed

        public SilacInfoForDataGrid(SilacLabel label, SilacModificationWindow.ExperimentType labelType)
        {
            SilacLabel = new List <SilacLabel> {
                label
            };
            LabelFormula = new List <ChemicalFormula> {
                ChemicalFormula.ParseFormula(label.LabelChemicalFormula)
            };
            AminoAcidLabels = label.OriginalAminoAcid + "(" + label.MassDifference + ")";
            LabelType       = labelType;
        }
Example #2
0
 public SilacInfoForDataGrid(SilacModificationWindow.ExperimentType labelType)
 {
     AminoAcidLabels = "Unlabeled";
     LabelType       = labelType;
 }