mcgillExample: 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 AIMS' paper and in use in the examples of AIMS.

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 gene expression, 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

AIMSmodel, applyAIMS

Examples

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

## Dimensions of the gene expression matrix 
dim(mcgillExample$D)

## Number of EntrezID
length(mcgillExample$EntrezID)

Example output

Loading required package: e1071
Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, cbind, colMeans, colSums, colnames, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int,
    pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply,
    setdiff, sort, table, tapply, union, unique, unsplit, which,
    which.max, which.min

Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

[1] 157 321
[1] 157

AIMS documentation built on Nov. 8, 2020, 8:31 p.m.