plot_qc: Plot quality control from a MetabolomcisSet object

Description Usage Arguments Author(s)

View source: R/Methods-plot.R

Description

This function takes a MetabolomicsSet object and makes scatter plots using quality control samples

Usage

1
2
plot_qc(object, mean = "qc_mean", sd = "sd_mean", cv = "cv_mean",
  log = TRUE)

Arguments

object

A MetabolomicsSet-class object.

mean

A character string indicating the feature_data column of qc means.

sd

A character string indicating the feature_data column of qc standard deviation.

cv

A character string indicating the feature_data column of qc coefficient of variance.

log

A logic variable whether to log-transfer mean or sd.

Author(s)

Chenghao Zhu


zhuchcn/Metabase documentation built on July 23, 2019, 1:36 p.m.