Ejemplo n.º 1
0
        public MassTagToClusterMatch(MassTagToCluster match, MassTagToClusterMatch parent)
        {
            m_match  = match;
            m_parent = parent;
            Name     = "Peptide: " + match.MassTag.PeptideSequence;

            AddString("Sequence", match.MassTag.PeptideSequence);
            AddStatistic("Proteins", match.MatchingProteins.Count);
        }
Ejemplo n.º 2
0
        public MassTagToClusterMatch(MassTagToCluster match, MassTagToClusterMatch parent)
        {
            m_match = match;
            m_parent = parent;
            Name = "Peptide: " + match.MassTag.PeptideSequence;

            AddString("Sequence", match.MassTag.PeptideSequence);
            AddStatistic("Proteins", match.MatchingProteins.Count);
        }