#' @title An S4 class to represent a LC-MS dataset
#' @description An S4 class to represent a LC-MS dataset.
#' @slot peaks peaks
#' @slot groups groupd
#' @slot filled filled
#' @slot phenoData phenoData
#' @slot rt retention time
#' @slot polarity polsrity
#' @slot mslevel MS level
#' @slot scanrange scan range
#' @name lcms
#' @usage data(lcms)
#' @examples
#' data(lcms)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.