Bioc2026 Registration Open!

GeneExpressionSignature

Gene Expression Signature based Similarity Metric

Bioconductor version: 3.23 · Package version: 1.58.0

This package gives the implementations of the gene expression signature and its distance to each. Gene expression signature is represented as a list of genes whose expression is correlated with a biological state of interest. And its distance is defined using a nonparametric, rank-based pattern-matching strategy based on the Kolmogorov-Smirnov statistic. Gene expression signature and its distance can be used to detect similarities among the signatures of drugs, diseases, and biological states of interest.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("GeneExpressionSignature")

Details

MaintainerYang Cao <yiluheihei@gmail.com>
AuthorYang Cao [aut, cre], Fei Li [ctb], Lu Han [ctb]
LicenseGPL-2
URLhttps://github.com/yiluheihei/GeneExpressionSignature
Bug Reportshttps://github.com/yiluheihei/GeneExpressionSignature/issues/
Downloads rank401
Source branchRELEASE_3_23
biocViewsGeneExpression, Software

Documentation

Download

Dependencies

Depends: R (>= 4.0)

Imports: Biobase, stats, methods

Suggests: apcluster, GEOquery, knitr, rmarkdown, BiocStyle