nSets {WGCNA} | R Documentation |
Number of sets in a multi-set variable
Description
A convenience function that returns the number of sets in a multi-set variable.
Usage
nSets(multiData, ...)
Arguments
multiData |
vector of lists; in each list there must be a component named |
... |
Other arguments to function |
Value
A single integer that equals the number of sets given in the input multiData
.
Author(s)
Peter Langfelder
See Also
[Package WGCNA version 1.72-5 Index]