Skip to content

Commit

Permalink
fix readme and trigger website update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhimingYe committed Dec 24, 2024
1 parent cc182da commit 4af78b8
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# EnrichGT 0.6
# EnrichGT 0.7

**EnrichGT \<-** Fast, light weight enrichment analysis + insightful re-clustering results make all results explainable + Pretty HTML tables, Just in **ONE** package,

Please see the package website: <https://zhimingye.github.io/EnrichGT/>

![](https://zhimingye.github.io/EnrichGT/enrichGTTable.jpg)

### Install

``` r
install.packages("pak")
pak::pkg_install("ZhimingYe/EnrichGT")
```

### WorkFlows

``` mermaid
Expand Down Expand Up @@ -65,17 +73,3 @@ graph LR
```

# Install EnrichGT

``` r
install.packages("pak")
pak::pkg_install("ZhimingYe/EnrichGT")
```

or

``` r
install.packages("devtools")
library(devtools)
install_github("ZhimingYe/EnrichGT")
```

0 comments on commit 4af78b8

Please sign in to comment.