public ReplicateRow(Replicate replicate, GroupIdentifier groupIdentifier, String identity, double?abundance) { Replicate = replicate; ReplicateGroup = groupIdentifier; ReplicateSampleIdentity = identity; Abundance = abundance; }
public FoldChangeRow(Protein protein, Model.Databinding.Entities.Peptide peptide, IsotopeLabelType labelType, int?msLevel, GroupIdentifier group, int replicateCount, FoldChangeResult foldChangeResult, IDictionary <Replicate, ReplicateRow> replicateResults) : base(protein, peptide, labelType, msLevel, replicateResults) { ReplicateCount = replicateCount; FoldChangeResult = foldChangeResult; Group = group; }
public GroupComparisonSelector(PeptideGroupDocNode protein, PeptideDocNode peptide, IsotopeLabelType labelType, int? msLevel, GroupIdentifier groupIdentifier) { Protein = protein; Peptide = peptide; LabelType = labelType; MsLevel = msLevel; GroupIdentifier = groupIdentifier; }
public FoldChangeRow(Protein protein, Model.Databinding.Entities.Peptide peptide, IsotopeLabelType labelType, int?msLevel, GroupIdentifier group, int replicateCount, FoldChangeResult foldChangeResult) { Protein = protein; Peptide = peptide; IsotopeLabelType = labelType; MsLevel = msLevel; ReplicateCount = replicateCount; FoldChangeResult = foldChangeResult; Group = group; }
public FoldChangeRow(Protein protein, Model.Databinding.Entities.Peptide peptide, IsotopeLabelType labelType, int? msLevel, GroupIdentifier group, int replicateCount, FoldChangeResult foldChangeResult) { Protein = protein; Peptide = peptide; IsotopeLabelType = labelType; MsLevel = msLevel; ReplicateCount = replicateCount; FoldChangeResult = foldChangeResult; Group = group; }