Skip to contents

Get the Mu_ij matrix.

Usage

getMu_ij_matrix(dtf_coef)

Arguments

dtf_coef

A dataframe containing the coefficients.

Value

A Mu_ij matrix.

Examples

list_var <- init_variable()
#> Variable name should not contain digits, spaces, or special characters.
#> If any of these are present, they will be removed from the variable name.
dtf_coef <- getInput2simulation(list_var, 10)
dtf_coef <- getLog_qij(dtf_coef)
dtf_coef <- addBasalExpression(dtf_coef, 10, c(10, 20, 0))
dtf_coef<- getMu_ij(dtf_coef)
getMu_ij_matrix(dtf_coef)
#>         myVariable1  myVariable2
#> gene1  1.069983e+00 9.828420e-01
#> gene10 1.807425e+04 2.115075e+04
#> gene2  2.595537e+04 2.168211e+04
#> gene3  4.877888e+08 4.328632e+08
#> gene4  9.477837e-01 1.159992e+00
#> gene5  9.499380e-01 8.318643e-01
#> gene6  1.463074e+04 1.744541e+04
#> gene7  8.456665e-01 1.153697e+00
#> gene8  9.025687e-01 8.022143e-01
#> gene9  5.395795e+08 3.327784e+08