Learn R Programming

rModeling (version 0.0.3)

DATA: A Raman spectral data collected from cell lines.

Description

A Raman spectral data collected from cell lines composed of three cell types: MCF-7 ('m'), Leukocytes ('l') and Erythrocytes ('r').

Usage

data("DATA")

Arguments

Format

List of 3 elements: $ spec: 29 Raman spectra saved into a matrix, each row corresponding one spectrum. $ labels: a character vector of length 29, giving the cell type of each spectrum. $ batch : a character vector of length 29, giving the cultivation identification of each spectrum.

References

U. Neugebauer, et al. Towards detection and identification of circulating tumour cells using Raman spectroscopy, Analyst 2010, 135.12: 3178-3182.

Examples

Run this code
# NOT RUN {
 data(DATA)
# }

Run the code above in your browser using DataLab