View source: R/browseSpectra.R
browseSpectra | R Documentation |
The browseSpectra()
function opens a simple shiny application
that allows to browse trough the individual scans of a Spectra
object. The title of the scans contains the MS level, the
retention time, if available the precursor m/z and precursor
charge and a peptides sequence (as defined in the sequence
spectra variable) and the index of the scan. If a scans has a
sequence (as defined in the sequence
spectra variable), the
matching fragments (as defined by PSMatch::calculateFragments()
are
labelled, otherwise the most intense peaks (as defined as those
that have an intensity as high as half the highest peak) are
labelled with their m/z.
See ?SpectraVis
for an example.
browseSpectra(object)
object |
A non-empty instance of class |
An object that represents the app.
Laurent Gatto
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.