compute.B.from.beta: Global co-regulation coefficient computation

Description Usage Arguments Details Value See Also Examples

View source: R/compute.B.from.beta.R

Description

Computes the global co-regulation coefficients B from a matrix of co-regulation coefficients beta

Usage

1

Arguments

beta_fun

Matrix of co-regulation coefficients

Details

beta_fun have same number of rows and columns.

Value

Numeric vector of the n global co-regulation coefficients.

If beta_fun is NULL, compute.B.from.beta returns NULL.

See Also

Use function is.beta.accurate to verify beta_fun conformity.

Examples

1
2
3
4
5
6
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)

SimEvolEnzCons documentation built on Oct. 29, 2021, 1:07 a.m.