MRF.condProb | R Documentation |
Calculate the conditional probability: P(Si|S_Ni,theta_0)
MRF.condProb(nodei, nodesLabel, nodesNeighbor, w, W, theta_0)
nodei |
An indicator of node. |
nodesLabel |
The vector of latent state of all genes. |
nodesNeighbor |
Neighbors of corresponding nodes in the network. |
w |
The parameter in the prior for network. |
W |
Another way to input the weight. For internal use. |
theta_0 |
The value of theta_0. |
The conditional probability: P(Si|S_Ni,theta_0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.