listNodes: List matching nodes

Description Usage Arguments Value

View source: R/lookup.R

Description

Find nodes of a given network based on the search criterion.

Usage

1
listNodes(model, kinds = NULL, name = NULL, ignore.case = T)

Arguments

model

A model object like returned by loadDefaultModel.

kinds

A vector of concept kinds to include in the returned list.

name

A character vector containing a pattern that should be matched against concept names.

ignore.case

A logical scalar. If FALSE, the pattern matching is case sensitive, and if TRUE, case is ignored during matching.

Value

A data frame of the concepts matching the supplied name.


DrugInfoStudio/DIStudio documentation built on April 30, 2020, 6:58 a.m.