mod_Protein_Description_server: xxx

Description Usage Arguments Fields Author(s)

View source: R/Workflows/Protein/mod_Protein_Description.R

Description

This module contains the configuration informations for the corresponding pipeline. It is called by the nav_pipeline module of the package Magellan

Usage

1
2
3
4
5
6
mod_Protein_Description_server(
  id,
  dataIn = NULL,
  steps.enabled = reactive({     NULL }),
  remoteReset = reactive({     FALSE })
)

Arguments

id

xxx

dataIn

The dataset

steps.enabled

A vector of boolen which has the same length of the steps of the pipeline. This information is used to enable/disable the widgets. It is not a communication variable between the caller and this module, thus there is no corresponding output variable

reset

It is a remote command to reset the module. A boolen that indicates is the pipeline has been reseted by a program of higher level Basically, it is the program which has called this module

status

xxx

Fields

global

xxxx

Author(s)

Samuel Wieczorek


samWieczorek/MSPipelines documentation built on May 6, 2021, 5:54 p.m.