UpsetData {SMRUCC.genomics.Visualize.CollectionSet} .NET clr documentation

UpsetData

Description

Declare

            
# namespace SMRUCC.genomics.Visualize.CollectionSet
export class UpsetData {
   allData: list;
   collectionSetLabels: string;
   # combination between the groups and the 
   #  intersection data set of the data.
   compares: FactorGroup;
   desc: boolean;
   # the raw input group labels
   groups: string;
   index: Index`1[];
   intersectionCut: integer;
   setSize: NamedValue`1[];
   size: integer;
}

        

.NET clr type reference tree

  1. use by property member allData: list
  2. use by property member compares: FactorGroup
  3. use by property member index: Index`1
  4. use by property member setSize: NamedValue`1

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