R/lcms.R

#' @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
YonghuiDong/Miso documentation built on July 20, 2019, 8:46 a.m.