Description Usage Arguments Details Value
This is a collection of helper methods for the ClusterExperiment class.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ## 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.