MRF.condProb: Calculate the conditional probability: P(Si|S_Ni,theta_0)

View source: R/Main.R

MRF.condProbR Documentation

Calculate the conditional probability: P(Si|S_Ni,theta_0)

Description

Calculate the conditional probability: P(Si|S_Ni,theta_0)

Usage

MRF.condProb(nodei, nodesLabel, nodesNeighbor, w, W, theta_0)

Arguments

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.

Value

The conditional probability: P(Si|S_Ni,theta_0)


JustinaXie/NDATA documentation built on May 22, 2022, 11:44 a.m.