clusterSignifBase-class {goCluster} | R Documentation |
This class provides a very simple selection mechanism to identify interesting annotation terms.
The class provides a wrapper around the selectStats
function. Please read the corresponding documentation for further
details.
threshold
:"numeric"
, the
threshold for selecting interesting annotation terms. This
threshold is applied to the statistic returned by the
clusterStatistic
-class and any terms with a p-value
lower than the threshold will be returned.
Additional slots are described in the documentation of the
clusterSignif-class
and clusterModule-class
.
Class "clusterSignif"
, directly.
Class "clusterModule"
, by class "clusterSignif"
.
signature(object = "clusterModule")
:
interactive setup of the class. You can set the threshold here.signature(object = "clusterModule")
:
returns the configuration of the object as a list. This list can
be used for the non-interactive setup of this class. signature(object = "clusterModule")
:
non-interactive setup of the class. You need to provide a list
that contains the necessary settings for the class. signature(object = "clusterModule")
:
selects annotation terms that have a p-value lower than the given
threshold. signature(object = "clusterModule")
:
resets the results of this class so that the selection process can
be run again. Gunnar Wrobel, http://www.gunnarwrobel.de.
selectStats
,
goCluster-class
,
clusterSignif-class
,
clusterModule-class
## FIXME