mtd.setAttr: Set attributes on each component of a multiData structure

View source: R/multiData.R

mtd.setAttrR Documentation

Set attributes on each component of a multiData structure

Description

Set attributes on each data component of a multiData structure

Usage

mtd.setAttr(multiData, attribute, valueList)

Arguments

multiData

A multiData structure.

attribute

Name for the attribute to be set

valueList

List that gives the attribute value for each set in the multiData structure.

Value

The input multiData with the attribute set on each data component.

Author(s)

Peter Langfelder

See Also

multiData to create a multiData structure;

isMultiData for a description of the multiData structure.


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

Related to mtd.setAttr in WGCNA...