Class | Description |
---|---|
CAST_Clustering |
An instance of the
CAST_Clustering class represents a
clustering (i.e., grouping or partitioning) of a collection of genes using
the CAST (cluster affinity search technique) clustering method. |
Cluster |
An instance of the
Cluster class represents a
group of genes. |
Clustering |
An instance of the
Clustering class represents a
clustering (i.e., grouping or partitioning) of a collection of genes. |
Gene |
An instance of the
Gene class represents (1) the
name of a gene (2) the reported function of the gene and (3) the
gene's expression values from a set of experiments. |
Hierarchical_Clustering |
An instance of the
Hierarchical_Clustering class represents a
clustering (i.e., grouping or partitioning) of a collection of genes using
the centroid-linkage hierarchical clustering method. |
KMeans_Clustering |
An instance of the
KMeans_Clustering class represents a
clustering (i.e., grouping or partitioning) of a collection of genes using
the k-means clustering method. |