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)
models.dir | string. A directory with at least one .gitsbe file/model. |
---|
a character vector of the node names (protein and/or gene names)
models.dir = system.file("extdata", "models", package = "emba", mustWork = TRUE) nodes = get_node_names(models.dir)