plotRSD: Plot RSD distributions

plotRSDR Documentation

Plot RSD distributions

Description

Plot RSD distributions of raw data in quality control samples.

Usage

plotRSD(analysis, cls = "class", ...)

## S4 method for signature 'AnalysisData'
plotRSD(analysis, cls = "class")

## S4 method for signature 'Analysis'
plotRSD(analysis, cls = "class", type = "raw")

Arguments

analysis

object of class AnalysisData or Analysis

cls

information column to use for class labels

...

arguments to pass to the appropriate method

type

raw or pre-treated data to plot

Examples

library(metaboData)

d <- analysisData(abr1$neg,abr1$fact)

## Plot class RSD distributions
plotRSD(d,cls = 'day')

jasenfinch/metabolyseR documentation built on Sept. 18, 2023, 1:25 a.m.