toy: an artificial dataset for a LC/MS/MS experiment

Description Usage Format Source Examples

Description

An artificial dataset from the simulation study of Eo et al. (2012).

Usage

1
data("toy")

Format

A data frame with 200 peptides (rows) and 15 samples (columns).

Source

Eo, S-H, Pak, D, Choi, J, and Cho, H. (2012). Outlier Detection for Multiplicative High-throughput Data. BMC Research Notes, 5, 1–6.

Examples

1
2
3
  data(toy)
  str(toy)
  pairs(log2(toy), pch = 20, cex = .7)

OutlierDM documentation built on May 1, 2019, 7:58 p.m.

Related to toy in OutlierDM...