Description Usage References Examples
Ternary threshold values for conversion of continuous geneset enrichment scores to discrete Pathway Fingerprint scores - high (1), mid (0), low (-1) for each geneset and platform covered by the Pathway Fingerprint.
1 |
Altschuler, G. M., O. Hofmann, I. Kalatskaya, R. Payne, S. J. Ho Sui, U. Saxena, A. V. Krivtsov, S. A. Armstrong, T. Cai, L. Stein and W. A. Hide (2013). "Pathprinting: An integrative approach to understand the functional basis of disease." Genome Med 5(7): 68.
1 2 3 4 5 6 7 8 9 10 11 12 | require(pathprintGEOData)
library(SummarizedExperiment)
# load the data
data(SummarizedExperimentGEO)
data("platform.thresholds")
# extract part of the GEO.fingerprint.matrix and GEO.metadata.matrix
GEO.fingerprint.matrix = assays(geo_sum_data[,300000:350000])$fingerprint
GEO.metadata.matrix = colData(geo_sum_data[,300000:350000])
head(platform.thresholds[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.