Description Usage Arguments Value Note Author(s) Examples
This function imports a spectral reference library (SRL) in either PeakView/OneOmics or OpenSWATH formats.
1  | 
filepath | 
 Full path to SRL file. I.e. /path/to/SRL.file  | 
SRL.format | 
 The format of the SRL. Either "peakview" for PeakView or OneOmics SRLs or "openswath" for OpenSWATH SRLs. Defaults to "peakview".  | 
SRL
PeakView and OneOmics SRLs must be .txt format. OpenSWATH must be either .tsv or .csv format.
Madeleine J Otway motway@cmri.org.au
1 2 3 4 5 6 7 8  | srl_pv <- system.file("extdata",
                      "rat_srl_example.txt",
                      package = "dialects")
importSRL(srl_pv)
importSRL(srl_pv, SRL.format = "peakview")
#srl-os <- system.file("extdata", "SRL-OS", package = "dialects")
#importSRL(srl-os, SRL.format = "openswath")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.