profileMethods <- function(processed) {
technique <- processed@processingParameters@technique
methods <- list(
`LCMS-NP` = XCMSmethods,
`LCMS-RP` = XCMSmethods,
`GCMS-XCMS` = XCMSmethods
)
method <- methods[[technique]]
return(method)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.