broadcast {gaggle}R Documentation

Broadcast Data to the Gaggle

Description

Broadcast a list of names, a matrix, a network, an associative array (an R environment) or a cluster to the currentTargetGoose. A cluster is simply two lists of names, typically a list of matrix row names, and a list of column names, which together identify a cluster of genes which behave coherently in the specified conditions.

Usage

broadcast (x, name='from R')

Arguments

x list of names, matrix, network, environment, cluster.
name any string, especially useful for identifying matrices or environments broadcast to other geese.

Value

Returns NULL.

See Also

geese. setTargetGoose. getTargetGoose.


[Package gaggle version 1.6.0 Index]