readDataId2diseaseCodeMap | R Documentation |
When assessing enrichment analysis results for phenotype relevance, it is assumed that each analyzed dataset investigates a certain phenotype such as a disease. This function reads a mapping between dataset IDs and assigned disease codes.
readDataId2diseaseCodeMap(map.file)
map.file |
Character. The path to the mapping file. |
A named character vector where each element of the vector is a disease code and the names are the dataset IDs.
Ludwig Geistlinger <Ludwig.Geistlinger@sph.cuny.edu>
evalRelevance
for evaluating phenotype relevance of gene set
rankings.
data.dir <- system.file("extdata", package="GSEABenchmarkeR")
d2d.file <- file.path(data.dir, "malacards", "GseId2Disease.txt")
d2d.map <- readDataId2diseaseCodeMap(d2d.file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.