Description Usage Arguments Fields Author(s)
View source: R/Workflows/Protein/mod_Protein.R
This module contains the configuration informations for the corresponding pipeline. It is called by the nav_pipeline module of the package Magellan
1 2 3 4 5 6 7 | mod_Protein_server(
id,
dataIn = reactive({ NULL }),
steps.enabled = reactive({ NULL }),
remoteReset = reactive({ FALSE }),
status = reactive({ NULL })
)
|
id |
xxx |
dataIn |
The dataset |
steps.enabled |
A vector of boolen which has the same length of the steps of the pipeline. xxx |
status |
xxx |
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 |
global
xxxx
Samuel Wieczorek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.