download_breast_data {PMA}R Documentation

Download and return the breast data

Description

Breast cancer gene expression + DNA copy number data set from Chin et. al. and used in Witten, et. al. See references below.

This data set consists of gene expression and DNA copy number measurements on a set of 89 samples. The data set can be used to perform integrative analysis of gene expression and DNA copy number data, as in . That is, we can look for sets of genes that are associated with regions of chromosomal gain/loss.

Missing values were imputed using 5-nearest neighbors (see library pamr).

Usage

download_breast_data(url = "https://tibshirani.su.domains/PMA/breastdata.rda")

Arguments

url

source, default "https://tibshirani.su.domains/PMA/breastdata.rda"

Value

a list containing the following elements:

References

Chin K., et. al. (2006) doi:10.1016/j.ccr.2006.10.009.

Witten D. M., Tibshirani R., and Hastie, T. (2009) doi:10.1093/biostatistics/kxp008.


[Package PMA version 1.2-3 Index]