ClusterFunction-methods | R Documentation |
This is a collection of helper methods for the ClusterExperiment class.
## S4 method for signature 'character'
requiredArgs(object)
## S4 method for signature 'ClusterFunction'
requiredArgs(object, genericOnly = FALSE)
## S4 method for signature 'list'
requiredArgs(object)
## S4 method for signature 'character'
requiredArgs(object)
## S4 method for signature 'character'
requiredArgs(object)
## S4 method for signature 'factor'
requiredArgs(object)
## S4 method for signature 'ClusterFunction'
algorithmType(object)
## S4 method for signature 'character'
algorithmType(object)
## S4 method for signature 'factor'
algorithmType(object)
## S4 method for signature 'list'
algorithmType(object)
## S4 method for signature 'ClusterFunction'
inputType(object)
## S4 method for signature 'list'
inputType(object)
## S4 method for signature 'character'
inputType(object)
## S4 method for signature 'factor'
inputType(object)
object |
input to the method, either a |
genericOnly |
logical If TRUE, return only the generic required
arguments (i.e. those required by the algorithm type) and not the arguments
specific to that clustering found in the slot |
Note that when subsetting the data, the dendrogram information and the co-clustering matrix are lost.
requiredArgs
returns a list of the required args of a
function (via a call to requiredArgs
)
algorithmType
returns a character value giving the type of
clustering function ("01" or "K")
inputType
returns a character value giving the input
type of the object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.