nodes: function that takes a (xmlToList type) workflow and returns a...

View source: R/workFlows.R

nodesR Documentation

function that takes a (xmlToList type) workflow and returns a list of nodes

Description

function that takes a (xmlToList type) workflow and returns a list of nodes

Usage

nodes(
  workflow,
  showHidden = FALSE,
  showAdvanced = TRUE,
  showConfiguration = FALSE
)

Arguments

workflow

a (xmlToList type) workflow

showHidden

if TRUE then rows with hidden = TRUE are included (default: false)

showAdvanced

if TRUE then rows with advanced = TRUE are included (default: TRUE)

showConfiguration

if TRUE then rows with configuration = TRUE are included (default: FALSE)

Value

a list of named data.frame objects containing all the parameters/ settings in the nodes of the workflow

Note

an example of it's use: (workflowInfo(db))$nodeInfo$Consensus nodes()


BenBruyneel/proteinDiscover documentation built on March 16, 2024, 4:36 p.m.