-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME.Rmd
51 lines (36 loc) · 2.61 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
title: "README"
author: "Zhilong Jia"
date: '2022-07-29'
output:
md_document:
variant: gfm
html_preview: false
---
# cogena
```{r setup, include=FALSE}
library("badger")
```
```{r, echo = FALSE, results='asis'}
cat(
badge_bioc_release("cogena", "green"),
badge_bioc_download("cogena", "total", "blue", "total"),
badge_github_actions()
)
```
[![releaseVersion](http://img.shields.io/badge/release%20version-1.14.0-green.svg?style=flat)](http://bioconductor.org/packages/cogena) [![develVersion](http://img.shields.io/badge/devel%20version-1.15.0-green.svg?style=flat)](http://github.com/zhilnogjia/cogena) [![Bioc](http://www.bioconductor.org/shields/years-in-bioc/cogena.svg)](https://www.bioconductor.org/packages/devel/bioc/html/cogena.html#since) [![Build](http://bioconductor.org/shields/build/devel/bioc/cogena.svg)](http://www.bioconductor.org/packages/devel/bioc/html/cogena.html)
[![download_Fromconda](https://anaconda.org/bioconda/bioconductor-cogena/badges/downloads.svg)](https://anaconda.org/bioconda/bioconductor-cogena/badges)
[![download_FromBioc](https://img.shields.io/badge/download-14692/total-blue.svg)](https://bioconductor.org/packages/stats/bioc/cogena)
## Introduction
To discovery smaller scale, but highly correlated cellular events that may be of great biological relevance, co-expressed gene set enrichment analysis, cogena, aims to cluster gene expression profiles (coExp) for gene co-expression analysis and then implement enrichment analysis for each clusters (clEnrich) based on hyper-geometric test. The results can be visulised by heatmapCluster and heatmapPEI. Based on different gene sets used, cogena can be used as a tool for pathway analysis, GO enrichment analysis, drug repositioning and so on. See [vignette](http://bioconductor.org/packages/devel/bioc/vignettes/cogena/inst/doc/cogena-vignette_html.html) for the detailed workflow.
The version of cogena at github is also availiable at [Bioconductor](http://www.bioconductor.org/packages/devel/bioc/html/cogena.html) (development version)
## The workflow of cogena
![cogena_workflow](inst/figure/Cogena_workflow.png)
## Installation
devtools::install_github("zhilongjia/cogena")
## Help
[cogena in Biostars](https://www.biostars.org/p/137330/)
## Citation
[Jia, Zhilong, et al. "Cogena, a novel tool for co-expressed gene-set enrichment analysis, applied to drug repositioning and drug mode of action discovery." BMC Genomics 17.1 (2016): 1.](http://bmcgenomics.biomedcentral.com/articles/10.1186/s12864-016-2737-8)
## Acknowledgement
cogena was originally based on the [clValid](http://cran.r-project.org/web/packages/clValid/index.html) package.