tab_2_matrix_D4 {KBoost}R Documentation

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

Description

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

Usage

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

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

[Package KBoost version 1.0.0 Index]