View source: R/Module_PeptideCalcModule.R
PeptideCalcModule | R Documentation |
This module generates a new feature table with mz values based on peptide sequences and charges specified in the current FeatureTable, and also applies variable and fixed peptide modifications.
PeptideCalcModule(input, output, session, values) PeptideCalcModuleUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
values |
a |
id |
id to be used to define a namespace via |
Does not return anything, but
PeptideModificationsModule
FeatureTable()
, activeFT(values)
values$GlobalOpts$Peptides.variableMods
,
values$GlobalOpts$Peptides.fixedMods
,
FeatureTable(values)$df
If the server module for this Module returns something,
it is described in Details
.
PeptideCalcModule
: server logic for PeptideCalcModule
PeptideCalcModuleUI
: UI elements for PeptideCalcModule
values
for a description of the values
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.