July 2, 2015
PROBEID | ENTREZID | SYMBOL | GENENAME |
---|---|---|---|
1000_at | 5595 | MAPK3 | mitogen-activated protein kinase 3 |
1001_at | 7075 | TIE1 | tyrosine kinase with immunoglobulin-like and EGF-like domains 1 |
1002_f_at | 1557 | CYP2C19 | cytochrome P450, family 2, subfamily C, polypeptide 19 |
cod | sex | age | BT | remissionType |
---|---|---|---|---|
1005 | M | 53 | B2 | achieved |
1010 | M | 19 | B2 | achieved |
1003 | M | 31 | T | achieved |
print(esetSpectralMap(eset = ALL))
print(esetSpectralMap(eset = ALL, title = paste("Acute lymphoblastic leukemia", "dataset \n Spectral map", "\n Sample annotation"), # sample annotation colorVar = "BT", color = colorPalette, shapeVar = "sex", sizeVar = "age", sizeRange = c(2,6), # outlying features topSamples = 0, topGenes = 0, cloudGenes = FALSE) )
print(esetSpectralMap(eset = ALL, title = paste("Acute lymphoblastic leukemia", "dataset \n Spectral map \n", "Label outlying samples and genes"), colorVar = "BT", color = colorPalette, shapeVar = "sex", sizeVar = "age", topGenes = 10, topGenesVar = "SYMBOL", topSamples = 15, topSamplesVar = "cod" ) )
geneSets <- getGeneSetsForPlot(
entrezIdentifiers = fData(ALL)$ENTREZID,
species = "Human",
geneSetSource = c('GOBP', 'GOMF', 'GOCC', 'KEGG'),
useDescription = TRUE)
print(esetSpectralMap(eset = ALL, title = paste("Acute lymphoblastic leukemia", "dataset \n Spectral map \n", "Gene set annotation"), colorVar = "BT", color = colorPalette, shapeVar = "sex", sizeVar = "age", topGenes = 0, geneSets = geneSets, geneSetsVar = "ENTREZID", geneSetsMaxNChar = 30))
print(esetTsne(eset = ALL, title = paste("Acute lymphoblastic leukemia", "dataset \n Tsne"), colorVar = "BT", color = colorPalette, shapeVar = "sex", sizeVar = "age", sizeRange = c(2, 6), topSamplesVar = "cod" ))
# run the analysis pathOutputEsetLda <- myObjectPath("outputEsetLda.RData") if(createObjects){ outputEsetLda <- esetLda(eset = ALL, ldaVar = "BT", title = paste( "Acute lymphoblastic leukemia", "dataset \n", "Linear discriminant analysis", "BT variable"), colorVar = "BT", color = colorPalette, shapeVar = "sex", sizeVar = "age", sizeRange = c(2, 6), topSamplesVar = "cod", topGenesVar = "SYMBOL", returnAnalysis = TRUE) save(outputEsetLda, file = pathOutputEsetLda) }else if(!exists("outputEsetLda")) load(pathOutputEsetLda) # extract and print the ggplot object print(outputEsetLda$plot)
Chiaretti, et al. 2004. “Gene Expression Profile of Adult T-Cell Acute Lymphocytic Leukemia Identifies Distinct Subsets of Patients with Different Response to Therapy and Survival” 103. Blood.
Fisher, R. A. 1936. “The Use of Multiple Measurements in Taxonomic Problems” 7. Annals of Eugenics: 179–88.
Lewi,P.J. 1976. “Spectral Mapping, a Technique for Classifying Biological Activity Profiles of Chemical Compounds” 26. Arzneimittel Forschung (Drug Research): 1295–1300.
Van der Maaten and Hinton. 2008. “Visualizing High-Dimensional Data Using T-SNE.” Journal of Machine Learning Research, 2579–2605.