write_GRN_D4 {KBoost} | R Documentation |
Function to write output in DREAM4 Challenge Format.
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.
data(D4_multi_1) Net = kboost(D4_multi_1) write_GRN_D4(Net$GRN, seq_len(100), "D4_multi_1_network.txt")