Learn R Programming

OutlierDM (version 1.1.1)

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

Description

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

Usage

data("toy")

Arguments

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

Run this code
  data(toy)
  str(toy)
  pairs(log2(toy), pch = 20, cex = .7)

Run the code above in your browser using DataLab