Description Format Details Source References Examples
This dataset contains a subset of the gene expression, annotations and clinical data from the MAINZ datasets (see section details). The subset contains the seven genes introduced by Desmedt et al. 2008
ExpressionSet with 7 features and 200 samples, containing:
exprs(mainz7g)
: Matrix containing gene expressions as measured by Affymetrix hgu133a technology (single-channel, oligonucleotides).
fData(mainz7g)
: AnnotatedDataFrame containing annotations of Affy microarray platform hgu133a.
pData(mainz7g)
: AnnotatedDataFrame containing Clinical information of the breast cancer patients whose tumors were hybridized.
experimentalData(mainz7g)
: MIAME object containing information about the dataset.
annotation(mainz7g)
: Name of the affy chip.
This dataset represents a subset of the study published by Schmidt et al. 2008. The subset contains the genes AURKA (also known as STK6, STK7, or STK15), PLAU (also known as UPA), STAT1, VEGF, CASP3, ESR1, and ERBB2, as introduced by Desmedt et al. 2008. The seven genes represent the proliferation, tumor invasion/metastasis, immune response, angiogenesis, apoptosis phenotypes, and the ER and HER2 signaling, respectively.
mainz:
http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE11121
Marcus Schmidt, Daniel Boehm, Christian von Toerne, Eric Steiner, Alexander Puhl, Heryk Pilch, Hans-Anton Lehr, Jan G. Hengstler, Hainz Koelbl and Mathias Gehrmann (2008) "The Humoral Immune System Has a Key Prognostic Impact in Node-Negative Breast Cancer", Cancer Research, 68(13):5405-5413
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## load Biobase package
library(Biobase)
## load the dataset
data(breastCancerData)
## show the first 5 columns of the expression data
exprs(mainz7g)[ ,1:5]
## show the first 6 rows of the phenotype data
head(pData(mainz7g))
## show first 20 feature names
featureNames(mainz7g)
## show the experiment data summary
experimentData(mainz7g)
## show the used platform
annotation(mainz7g)
## show the abstract for this dataset
abstract(mainz7g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.