Description Usage Arguments Value Examples
Function to write output in DREAM4 Challenge Format.
1 | write_GRN_D4(GRN, TFs, filename)
|
GRN |
a GxK gene regulatory network. |
TFs |
a K set of indixes of G that are TFs. |
filename |
a string with the filename. |
a file with the network written as a file.
1 2 3 | data(D4_multi_1)
Net = kboost(D4_multi_1)
write_GRN_D4(Net$GRN, seq_len(100), "D4_multi_1_network.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.