コード例 #1
0
 public AnnotatedSpecies(DeconvolutionFeature deconvolutionFeature, Identification identification)
 {
     SpeciesLabel         = identification.FullSequence;
     Identification       = identification;
     DeconvolutionFeature = deconvolutionFeature;
 }
コード例 #2
0
 public AnnotatedSpecies(Identification identification)
 {
     SpeciesLabel   = identification.FullSequence;
     Identification = identification;
 }