spectraCondition | R Documentation |
spectraCondition
returns the names of Spectra
that are
present in condition, corresponding to the slot
metadata
.
spectraCondition(sps, condition)
sps |
|
condition |
|
Helper function in createLink0df
and shinyCircos
.
list
, named list
with character
vector as entries that
contains the names of the MS/MS entries in spectra
that are present
in the conditon
(tissues, stress conditions, time points, etc.)
Thomas Naake thomasnaake@googlemail.com
data("spectra", package = "MetCirc")
MetCirc:::spectraCondition(sps = sps_tissue,
condition = c("SPL", "LIM", "ANT", "STY"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.