Description Usage Arguments Value Examples
View source: R/table_2_matrix_D4.R
Function to produce the gold standard of the DREAM4 Multifactorial Challenge in matrix format.
1 | tab_2_matrix_D4(g_table, G)
|
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. |
a network in table format transformed into a matrix.
1 2 | g_table = KBoost::G_D4_multi_1
g_mat = tab_2_matrix_D4(g_table,100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.