Description Usage Arguments Value See Also Examples
View source: R/helperGriffin.R
Convert integer to binary state vector with node names. '
1  | int2binState(x, node.names)
 | 
x | 
 input integer representing the state  | 
node.names | 
 network node names  | 
Numeric binary vector of the same length as the number of nodes. Each position corresponds to a node of the network. The values of each element are 0 or 1. The name of each element corresponds to the name of the node in that position in the network.
intToBits which this function wraps
1 2  | data(cellcycle)
int2binState(162,cellcycle$genes)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.