View source: R/SpectraFromMetIDQ.R
createListOfSummarizedExperimentFromMetIDQ | R Documentation |
Load the xlsx files and store them as a SummarizedExperiment object in a list.
createListOfSummarizedExperimentFromMetIDQ(path = "./", sheet = 1, ...)
path |
|
sheet |
|
... |
additional parameters given to |
For each xlsx file found in path a new list entry will be created.
Thomas Naake
path <- system.file("metidq", package = "MsQualityUtils") createListOfSummarizedExperimentFromMetIDQ(path = path, sheet = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.