Description Format Details Source References Examples
This dataset contains a subset of the gene expression, annotations and clinical data from the UPP datasets (see section details). The subset contains the seven genes introduced by Desmedt et al. 2008
ExpressionSet with 7 features and 251 samples, containing:
exprs(upp7g)
: Matrix containing gene expressions as measured by Affymetrix hgu133a and hgu133b technology (single-channel, oligonucleotides).
fData(upp7g)
: AnnotatedDataFrame containing annotations of Affy microarray platform hgu133a and hgu133b.
pData(upp7g)
: AnnotatedDataFrame containing Clinical information of the breast cancer patients whose tumors were hybridized.
experimentalData(upp7g)
: MIAME object containing information about the dataset.
annotation(upp7g)
: Name of the affy chip.
This dataset represents a subset of the study published by Miller et al. 2005. 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.
upp:
http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE3494
Lance D. Miller, Johanna Smeds, Joshy George, Vinsensius B. Vega, Liza Vergara, Alexander Ploner, Yudi Pawitan, Per Hall, Sigrid Klaar, Edison T. Liu and Jonas Bergh (2005) "An expression signature for p53 status in human breast cancer predicts mutation status, transcriptional effects, and patient survival" Proceedings of the National Academy of Sciences of the United States of America 102(38):13550-13555
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(upp7g)[ ,1:5]
## show the first 6 rows of the phenotype data
head(pData(upp7g))
## show first 20 feature names
featureNames(upp7g)
## show the experiment data summary
experimentData(upp7g)
## show the used platform
annotation(upp7g)
## show the abstract for this dataset
abstract(upp7g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.