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
| Maintainer | Yang Cao <yiluheihei@gmail.com> |
| Author | Yang Cao [aut, cre], Fei Li [ctb], Lu Han [ctb] |
| License | GPL-2 |
| URL | https://github.com/yiluheihei/GeneExpressionSignature |
| Bug Reports | https://github.com/yiluheihei/GeneExpressionSignature/issues/ |
| Downloads rank | 401 |
| Source branch | RELEASE_3_23 |
| biocViews | GeneExpression, Software |