Skip to content

Commit a9d37db

Browse files
committed
update readme
1 parent 8502661 commit a9d37db

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ A python package containing bindings to the underlying Rust library [webgestalt_
44

55
## Features
66

7-
- Compute GSEA, ORA, and NTA
7+
- Compute GSEA and ORA
88
- Run a meta-analysis combining multiple lists
99
- Combine multiple lists into a single analysis type
1010

1111
The output of the python package is the values. This does not generate any HTML reports. For reports, please use the [R package](https://github.com/bzhanglab/webgestaltr).
1212

1313
## Installation
1414

15+
```
16+
pip install webgestaltpy
17+
```
18+
19+
## Development
20+
1521
WebGestaltPy uses [maturin](https://www.maturin.rs) and [rye](https://rye-up.com) to build the full project. To build WebGestaltPy, run the following commands
1622

1723
```bash

0 commit comments

Comments
 (0)