Learn R Programming

ChemometricsWithRData (version 0.1.3)

prostate: Averaged prostate data from package msProstate.

Description

Prostate data, originally from package msProstate, where the three replicates have been averaged. Vector prostate.type is a factor, describing the type of sample: a control, a benign prostate enlargement or tumourous sample. Matrix prostate contains 327 rows (samples) and 10523 variables. Since package msProstate is orphaned at the end of 2012, the original data are also included here.

Usage

data(prostate)

Arguments

Source

R package msProstate (orphaned end 2012).

References

R. Wehrens. "Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and Life Sciences". Springer, Heidelberg, 2011.

See Also

Prostate2000Raw

Examples

Run this code
data(prostate)
mz <- as.numeric(colnames(prostate))
plot(mz, prostate[1,], type = "h", xlab = "m/z", ylab = "Intensity",
     main = "Prostate data")

Run the code above in your browser using DataLab