alpha_calculation: Calculate the matrix (alpha_k,g)

Description Usage Arguments Value

View source: R/utility_functions.R

Description

Calculate the matrix (alpha_k,g)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
alpha_calculation(
  s_ik = s_ik,
  t_jg = t_jg,
  nu_j = nu_j,
  mu_i = mu_i,
  K = K,
  G = G,
  x = x,
  exp_utilde = exp_utilde
)

Arguments

s_ik

s_ik.

t_jg

t_jg.

nu_j

nu_j.

mu_i

mu_i.

K

K.

G

G.

x

a matrix of observations. Columns correspond to biological samples and rows to microorganisms.

exp_utilde

exp_utilde.

Value

a matrix of dimension (K,G) of the terms of interactions.


julieaubert/cobiclust documentation built on Sept. 7, 2020, 6:38 p.m.