powered by
Computes the global co-regulation coefficients B from a matrix of co-regulation coefficients beta
B
beta
compute.B.from.beta(beta_fun)
Matrix of co-regulation coefficients
Numeric vector of the n global co-regulation coefficients.
n
If beta_fun is NULL, compute.B.from.beta returns NULL.
beta_fun
NULL
compute.B.from.beta
beta_fun have same number of rows and columns.
Use function is.beta.accurate to verify beta_fun conformity.
is.beta.accurate
# NOT RUN { beta <- matrix(c(1,10,5,0.1,1,0.5,0.2,2,1),nrow=3) correl <- "RegPos" is.beta.accurate(beta,3,correl) B <- compute.B.from.beta(beta) # }
Run the code above in your browser using DataLab