data(example_matrix)
head(
single_network(
example_matrix,
regulators = colnames(example_matrix),
target = "g1"
)
)
head(
single_network(
example_matrix,
regulators = colnames(example_matrix),
target = "g1",
cross_validation = TRUE
)
)
single_network(
example_matrix,
regulators = c("g1", "g2", "g3"),
target = "g1"
)
single_network(
example_matrix,
regulators = c("g1", "g2"),
target = "g1"
)
Run the code above in your browser using DataLab