emba (version 0.1.1)

get_node_names: Get the node names

Description

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)

Usage

get_node_names(models.dir)

Arguments

models.dir

string. A dir with .gitsbe files/models

Value

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

Examples

Run this code
# NOT RUN {
models.dir = system.file("extdata", "models", package = "emba", mustWork = TRUE)
nodes = get_node_names(models.dir)

# }

Run the code above in your browser using DataLab