workflowInfo: function to get the workflow information from a .pdResult...

View source: R/workFlows.R

workflowInfoR Documentation

function to get the workflow information from a .pdResult file

Description

function to get the workflow information from a .pdResult file

Usage

workflowInfo(db, workflowsTable = "WorkFlows", returnNodeData = TRUE)

Arguments

db

database access 'handle' pointing to a .pdResult file

workflowsTable

name of the table containing the info. Default is 'WorkFlows'

returnNodeData

if TRUE then the node parameters are included in the returned data

Value

either a single data.frame containing basic info on the workflows or (if returnNodeData is TRUE) a list of the data.frame with the second list element containing information on the nodes that make up the processing & the consensus workflows (in xmlToList result format). This second element (called nodeInfo) is used in additional functions to show/display the processing/consensus workflows.


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