mcgill.gq: Sample of a breast cancer gene expression dataset generated...

Description Usage Details Value Author(s) See Also Examples

Description

This is a breast cancer gene expression dataset generated at McGill University using the Affymetrix Gene ST platform. This is the validation dataset used in the A-PAM50 paper and in use in the examples of AIPS.

Usage

1

Details

A sample of a breast cancer gene expression dataset currently generated at McGill University on the Affymetrix gene ST platform.

Value

D

A matrix of gene expression values, rows are genes and columns are samples

EntrezID

A vector of Entrez ids corresponding to genes (rows) of D

Author(s)

Eric R. Paquet (eric.r.paquet@gmail.com)

See Also

aips.models, apply.AIPS

Examples

1
2
3
4
5
6
7
8
## Load a sample of the McGill dataset used in the paper
data(mcgill.gq)

## Dimensions of the gene expression matrix 
dim(mcgill.gq$D)

## Number of EntrezID
length(mcgill.gq$EntrezID)

meoyo/AIPS documentation built on May 22, 2019, 6:51 p.m.