nSets: Number of sets in a multi-set variable

View source: R/Functions-multiData.R

nSetsR 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 data whose content is a matrix or dataframe or array of dimension 2.

...

Other arguments to function checkSets.

Value

A single integer that equals the number of sets given in the input multiData.

Author(s)

Peter Langfelder

See Also

checkSets


WGCNA documentation built on Jan. 22, 2023, 1:34 a.m.

Related to nSets in WGCNA...