tab_2_matrix_D4: Function to produce the gold standard of the DREAM4...

Description Usage Arguments Value Examples

View source: R/table_2_matrix_D4.R

Description

Function to produce the gold standard of the DREAM4 Multifactorial Challenge in matrix format.

Usage

1
tab_2_matrix_D4(g_table, G)

Arguments

g_table

the network in table format. The first column is the Tf, the second column the gene, and the third indicates if there is an interaction.

G

the number of genes.

Value

a network in table format transformed into a matrix.

Examples

1
2
g_table = KBoost::G_D4_multi_1
g_mat = tab_2_matrix_D4(g_table,100)

Luisiglm/KBoost documentation built on May 13, 2021, 7:27 p.m.