This function uses the first .gitsbe file that it finds inside the given directory to output a vector of the network node names (which should be the same for every model)

get_node_names(models.dir)

Arguments

models.dir

string. A directory with at least one .gitsbe file/model.

Value

a character vector of the node names (protein and/or gene names)

Examples

models.dir = system.file("extdata", "models", package = "emba", mustWork = TRUE) nodes = get_node_names(models.dir)