DataAnalysis {SMRUCC.genomics.GCModeller.Workbench.ExperimentDesigner} | .NET clr documentation |
the different expression analysis design
a collection of the sample DataGroup for run the different expression analysis. usually be DataAnalysis.experiment vs DataAnalysis.control.
# namespace SMRUCC.genomics.GCModeller.Workbench.ExperimentDesigner
export class DataAnalysis {
control: DataGroup;
# show be contains at least two sample group
designs: DataGroup[];
experiment: DataGroup;
# number of sample groups to run analysis
size: integer;
}
control
: DataGroupdesigns
: DataGroupexperiment
: DataGroup