View source: R/SpectraFromMetIDQ.R
createSpectraFromMetIDQ | R Documentation |
The function createSpectraFromMetIDQ
will a Spectra
object
from list of SummarizedExperiment
objects.
createSpectraFromMetIDQ(se_l, rt)
se_l |
list of |
rt |
|
createSpectraFromMetIDQ
will stop if there are duplicate sample
names across the SummarizedExperiment
objects.
Thomas Naake
## create rt object rt <- loadRt() ## create se object path <- system.file("metidq", package = "MsQualityUtils") se_l <- createListOfSummarizedExperimentFromMetIDQ(path = path, sheet = 1) ## run the createSpectraFromMetIDQ createSpectraFromMetIDQ(se_l = se_l, rt = rt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.