View source: R/Module_PeptideAnnotationModule.R
PeptideAnnotationModule | R Documentation |
This module allows setting fixed and variable peptide modifications to be applied in peptide-related calculations (fragment annotation and peptide mass calculations)
PeptideAnnotationModule(input, output, session, values) PeptideAnnotationModuleUI(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
,
SelectMS2Module
,
MainTableModule
nothing
values$GlobalOpts$Peptides.variableMods
,
values$GlobalOpts$Peptides.fixedMods
,
FTselection()
values$MSData$MS2.selected
If the server module for this Module returns something,
it is described in Details
.
PeptideAnnotationModule
: server logic for PeptideAnnotationModule
PeptideAnnotationModuleUI
: UI elements for PeptideAnnotationModule
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.