View source: R/recreateExData.R
recreateExData | R Documentation |
This function is for internal use only. It re-creates the example data used within the package.
recreateExData(
pathToImzml,
pathToSingleSpctr = NULL,
pathToSldb = NULL,
pathToMtspc = NULL,
shrink = TRUE,
saveTo = getwd()
)
pathToImzml: |
path to imzML file. |
pathToSingleSpctr: |
path to the single spectrum tsv file. |
pathToSldb: |
path to the swisslipids database tsv file. |
pathToMtspc: |
path to the Metaspace annotation csv file. |
shrink: |
whether to shrink the msData to only retain the identified m/z in the Metaspace annotation file. |
saveTo: |
where to save the resulting example data. |
Saves a RData file of the example data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.