Description Usage Format Note References See Also Examples
Example for list-structure used by many functions in MACAT. It's based on the gene expression data published by Yeoh et al. (2002) The data has been preprocessed using 'vsn' on probe level and the probe values have been summed up to probe set values using the 'median polish' procedure. This is a subset of the data, containing only the data for the 5000 probe sets with the highest variance across the samples and for 10 exemplary samples, 5 from T-lymphocytic Acute Lymphocytic Leukemia (ALL) and 5 from B-lymphocytic ALL.
1 |
List of class 'MACATData' with 6 components:
Identifiers of genes/probe sets in expression data
Location of genes on their chromosome as distance from 5'end in base pairs Negative numbers denote genes on the antisense strand.
Chromosome of the respective gene. Components 'geneName', 'geneLocation', and 'chromosome' are in the same order.
expression matrix with rows = genes and columns = samples/patients
(disease) subtype of each sample, has length = number of columns of expression matrix
Identifier for Microarray used for the experiments (here for the Affymetrix HG-U95av2 Oligonucleotide GeneChip)
For the full data package see the Bioconductor data package
stjudem
. If it is not already installed on your system, try
if (!requireNamespace("BiocManager", quietly=TRUE));
install.packages("BiocManager");
BiocManager::install("stjudem")
Yeoh et al. Classification, subtype discovery, and prediction of outcome in pediatric acute lymphoblastic leukemia by gene expression profiling. Cancer Cell. March 2002. 1: 133-143.
buildMACAT
,stjude
in package 'stjudem' for
the complete expression data
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.