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

Try the Miso package in your browser

Any scripts or data that you put into this service are public.

Miso documentation built on May 2, 2019, 8:27 a.m.