SampleInfo {SMRUCC.genomics.GCModeller.Workbench.ExperimentDesigner} .NET clr documentation

SampleInfo

Description

一般而言,对于实验数据的分析而言,在进行数据存储的时候使用的是SampleInfo.ID属性, 而在进行数据可视化或者数据报告输出的时候,则是使用的SampleGroup.sample_name属性 作为显示的label

Declare

            
# namespace SMRUCC.genomics.GCModeller.Workbench.ExperimentDesigner
export class SampleInfo extends SampleGroup {
   # the experiment batch id, example as 1,2,3,4,5
   batch: integer;
   color: string;
   # 样品的标记符号,符合VisualBasic标识符语法的目标样品标识符
   ID: string;
   # sample injection order in current batch, example as 1,2,3,4,5
   injectionOrder: integer;
   # additional sample metadata, for example as "treatment", "control", "time point 1h", "time point 2h" etc.
   metadata: list;
   sample_info: string;
   sample_name: string;
   shape: string;
}

        

.NET clr type reference tree

  1. this class extends from SampleGroup class: SampleGroup
  2. use by property member metadata: list

[Package {$package} version {$version} Index]