getSOIpar | R Documentation |
Returns a SOIParam object for posterior SOI detection. This function does NOT require the RHermesExp object as multple SOIParam can be used at once. See findSOI for more info.
getSOIpar(tag = "double", mode = "regular", cwp = NA) ## S4 method for signature 'ANY' getSOIpar(tag = "double", mode = "regular", cwp = NA)
tag |
A character string that tells which premade SOI parameter object to use. Currently the following tags are available: 'single', 'double', 'triple', and their extended counterparts for longer chromatography experiments, 'single-x', 'double-x' and 'triple-x'. These are all stored in /app/www/SOIFilterParams.csv, feel free to locally change them or add new ones for your use (if you know what you're doing). |
mode |
Whether SOI detection should use the regular density-based algorithm or xcms peak detection for defining the SOIs |
cwp |
A CentWaveParam object used for either SOI detection (xcms mode) or long SOI splitting (regular mode) |
A SoiParam object
if(FALSE){ par <- getSOIpar('double') par2 <- getSOIpar('triple-x') #Etc. etc. }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.