write_GRN_D4 {KBoost}R Documentation

Function to write output in DREAM4 Challenge Format.

Description

Function to write output in DREAM4 Challenge Format.

Usage

write_GRN_D4(GRN, TFs, filename)

Arguments

GRN

a GxK gene regulatory network.

TFs

a K set of indixes of G that are TFs.

filename

a string with the filename.

Value

a file with the network written as a file.

Examples

data(D4_multi_1)
Net = kboost(D4_multi_1)
write_GRN_D4(Net$GRN, seq_len(100), "D4_multi_1_network.txt")

[Package KBoost version 1.1.0 Index]