pipeline-protein: Module of Protein pipeline

pipeline-proteinR Documentation

Module of Protein pipeline

Description

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

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

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

Usage

mod_Protein_ui(id)

mod_Protein_server(
  id,
  dataIn = reactive({
     NULL
 }),
  steps.enabled = reactive({
     NULL
 }),
  remoteReset = reactive({
     FALSE
 }),
  status = reactive({
     NULL
 })
)

mod_Protein_Description_ui(id)

mod_Protein_Description_server(
  id,
  dataIn = reactive({
     NULL
 }),
  steps.enabled = reactive({
     NULL
 }),
  remoteReset = reactive({
     FALSE
 })
)

mod_Protein_Filtering_ui(id)

mod_Protein_Filtering_server(
  id,
  dataIn = NULL,
  steps.enabled = reactive({
     NULL
 }),
  remoteReset = reactive({
     FALSE
 })
)

mod_Protein_Normalization_ui(id)

mod_Protein_Normalization_server(
  id,
  dataIn = reactive({
     NULL
 }),
  steps.enabled = reactive({
     NULL
 }),
  remoteReset = reactive({
     FALSE
 })
)

Arguments

id

xxx

dataIn

The dataset

steps.enabled

A vector of boolean 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

remoteReset

It is a remote command to reset the module. A boolean 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

Value

NA

NA

NA

NA

NA

NA

Fields

global

xxxx

global

xxxx

global

xxxx

config

xxxx

config

xxxx

Author(s)

Samuel Wieczorek

Examples

if(interactive()){


}

samWieczorek/DAPAR2 documentation built on Oct. 15, 2023, 1:45 p.m.