write_GRN_D4: Function to write output in DREAM4 Challenge Format.

Description Usage Arguments Value Examples

View source: R/write_GRN_D4.R

Description

Function to write output in DREAM4 Challenge Format.

Usage

1
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

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")

Luisiglm/KBoost documentation built on May 13, 2021, 7:27 p.m.