Usage
ICMg.combined.sampler(L, X, C, alpha = 10, beta = 0.01, pm0 = 0, V0 = 1,
V = 0.1, B.num = 8, B.size = 100, S.num = 20, S.size = 10,
C.boost = 1)
Arguments
L
N x 2 matrix of link endpoints (N = number of links).
X
M x D matrix of gene expression profiles (M = number of nodes, D =
number of observations).
alpha
Hyperparameter describing the global distribution over
components, larger alpha gives a more uniform distribution.
beta
Hyperparameter describing the component-wise distributions over
nodes, larger beta gives a more uniform distribution.
pm0
Hyperparameter describing the prior mean of the expression
profiles, should be zero.
V0
Hyperparameter describing the variation of the component-wise
expression profiles means around pm0.
V
Hyperparameter describing the variation of gene-specific expression
profiles around the component-wise means.
B.num
Number of burnin rounds.*
B.size
Size of one burnin round.*
S.num
Number of sample rounds.*
S.size
Size of one sample round.*
C.boost
Set to 1 to use faster iteration with C, set to 0 to use
slower R functions.