prostate: Averaged prostate data from package msProstate.

Description Usage Source References See Also Examples

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

1

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

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

ChemometricsWithRData documentation built on May 29, 2017, 9:50 a.m.