View source: R/GraphicalModel.R
GraphicalModel | R Documentation |
GraphicalModel(Adj, a1 = -0.7, a2 = -0.1, b1 = 0.1, b2 = 0.7)
Adj |
the adjacency matrix of network structure |
a1,a2,b1,b2 |
parameters for constructing domain [a1, a2] union [b1, b2] # default: a1 = -0.7, a2 = -0.1, b1 = 0.1, b2 = 0.7 |
Sigma |
the covariance matrix of genes according to network structure. |
## Using "ConstructNetwork" to genarate network
N <- 200
Adj <- ConstructNetwork(N, "BAN")
Sigma1 = GraphicalModel(Adj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.