broadcast {gaggle} | R Documentation |
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.
broadcast (x, name='from R')
x |
list of names, matrix, network, environment, cluster. |
name |
any string, especially useful for identifying matrices or environments broadcast to other geese. |
Returns NULL.
geese
.
setTargetGoose
.
getTargetGoose
.