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
   batch: integer;
   color: string;
   # 样品的标记符号,符合VisualBasic标识符语法的目标样品标识符
   ID: string;
   # index编号
   injectionOrder: integer;
   sample_info: string;
   sample_name: string;
   shape: string;
}

        

.NET clr type reference tree

  1. this class extends from SampleGroup class: SampleGroup

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