optCluster (version 1.3.0)

clValid-class: Class "clValid"

Description

The class "clValid" is taken from the ORPHANED clValid package (Brock et al., 2008). The description below is taken verbatum from the reference manual of clValid.

Arguments

Objects from the Class

Objects can be created using the function clValid.

Slots

clusterObjs:

Object of class "list". A list containing the results from the clustering methods.

measures:

Object of class "array". A 3-dimensional array which contains the validation measures for the clustering results. The first dimension indicates the validation measures, the second the number of clusters, and the third the clustering methods.

measNames:

Object of class "character". The names of the validation measures.

clMethods:

Object of class "character". A character vector giving the clustering methods.

labels:

Object of class "character". A character vector giving the item (gene) labels.

nClust:

Object of class "numeric". A numeric vector giving the numbers of clusters which were evaluated.

validation:

Object of class "character". A character vector giving the type of validation measures used, consisting of some combination of "internal", "stability", or "biological".

metric:

Object of class "character". The metric used to determine the distance matrix.

method:

Object of class "character". For hierarchical clustering, the agglomeration method used.

neighbSize:

Object of class "numeric". For internal validation, the neighborhood size used for the connectivity measure.

annotation:

Object of class "character or array or list". Either a character string naming the Bioconductor annotation package for mapping genes to GO categories, or a list with the names of the functional classes and the observations belonging to each class.

GOcategory:

Object of class "character". For biological validation, gives which GO categories to use for biological validation. Can be one of "BP", "MF", "CC", or "all"

goTermFreq:

Object of class "numeric". For the BSI, what threshold frequency of GO terms to use for functional annotation.

call:

Object of class "call". Gives the call to clValid used to create the clValid object.

Methods

clusterMethods

signature(object = "clValid"): Returns the names of the clustering methods.

clusters

signature(object = "clValid"): Returns the results from the clustering methods.

Additional arguments:

method = clMethods(object)

The clustering method(s) to extract.

measNames

signature(object = "clValid"): Returns the names of the validation measures.

measures

signature(object = "clValid"): Returns the validation measures.

Additional arguments:

measures = measNames(object)

The validation measure(s) to extract.

nClusters

signature(object = "clValid"): Returns the numbers of clusters evaluated.

plot

signature(x = "clValid", y = "missing"): Plots the validation measures.

Additional arguments:

measures=measNames(x)

The validation measures to plot.

legend=TRUE

If TRUE provides a legend.

legendLoc="topright"

The location of the legend.

main=NULL

Title of graph.

pch=NULL

Plotting characters to use.

type="b"

Type of plot.

ask=prod(par("mfcol")) < length(measures) && dev.interactive()

Logical. If TRUE the user is prompted before each plot.

print

signature(x = "clValid"): Print method for class clValid.

show

signature(object = "clValid"): Same as print.

summary

signature(object = "clValid"): Summary method for class clValid.

Additional arguments:

digits = max(3,getOption("digits")-3)

The number of significant digits to use.