Description Value Slots Methods
The GEVACluster class represents the classification results from a cluster analysis. For each probe/gene, there is a assigned cluster among the g defined clusters.
This class inherits from GEVAGroupSet.
A GEVACluster object
groupingfactor (m elements, g levels), cluster assignment for each gene/probe
(Inherited from GEVAGroupSet)
scoresnumeric vector (m elements) comprising a score value for each cluster assignment
(Inherited from GEVAGroupSet)
ftabledata.frame (m lines) with additional cluster assignment features
(Inherited from GEVAGroupSet)
centroidsnumeric SVTable (g lines) with the S and V centroid coordinates for each cluster
(Inherited from GEVAGroupSet)
offsetsnumeric SVTable (m lines) with the S and V coordinate offsets each gene/probe from its cluster centroid
(Inherited from GEVAGroupSet)
infolist of supplementary information
(Inherited from GEVAGroupSet)
cluster.methodcharacter, method used in the cluster analysis (see geva.cluster)
(See also the inherited methods from GEVAGroupSet)
Plotting
lines(x, ...)Draws convex hulls around the clustered points
plot(x, y, ...)Draws a SV-plot that highlights the clustered points. Convex hulls are included for visual purposes only and do not avoid enclosing points from other clusters on concave parts.
Can be combined with another SVTable or GEVAGroupSet given as the y argument to include additional graphical elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.