View source: R/Widget_PeptideSequencePlotWidget.R
PeptideSequencePlotWidget | R Documentation |
This module allows setting fixed and variable peptide modifications to be applied in peptide-related calculations (fragment annotation and peptide mass calculations)
PeptideSequencePlotWidget( input, output, session, reactives = reactive({ list() }), layout = reactive({ list(active = T, height = 550) }) ) PeptideSequencePlotWidgetUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
reactives |
list of arguments to be passed to
|
layout |
list of layout options (active: logical, and height: numeric) |
id |
id to be used to define a namespace via |
Plots with MassTools::plotAnnotatedPeptide
nothing; generates a specialized plotOutput
PeptideSequencePlotWidget
: server logic for PeptideSequencePlotWidget
PeptideSequencePlotWidgetUI
: UI elements for PeptideSequencePlotWidget
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.