get_node_names: Get the node names

View source: R/input.R

get_node_namesR Documentation

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


bblodfon/emba documentation built on April 30, 2023, 5:11 a.m.