exprs(unt7g)
: Matrix containing gene expressions as measured by Affymetrix hgu133a and hgu133b technology (single-channel, oligonucleotides).
fData(unt7g)
: AnnotatedDataFrame containing annotations of Affy microarray platform hgu133a and hgu133b.
pData(unt7g)
: AnnotatedDataFrame containing Clinical information of the breast cancer patients whose tumors were hybridized.
experimentalData(unt7g)
: MIAME object containing information about the dataset.
annotation(unt7g)
: Name of the affy chip.
## load Biobase package
library(Biobase)
## load the dataset
data(breastCancerData)
## show the first 5 columns of the expression data
exprs(unt7g)[ ,1:5]
## show the first 6 rows of the phenotype data
head(pData(unt7g))
## show first 20 feature names
featureNames(unt7g)
## show the experiment data summary
experimentData(unt7g)
## show the used platform
annotation(unt7g)
## show the abstract for this dataset
abstract(unt7g)
Run the code above in your browser using DataLab