You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,20 @@ A python package containing bindings to the underlying Rust library [webgestalt_
4
4
5
5
## Features
6
6
7
-
- Compute GSEA, ORA, and NTA
7
+
- Compute GSEAand ORA
8
8
- Run a meta-analysis combining multiple lists
9
9
- Combine multiple lists into a single analysis type
10
10
11
11
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).
12
12
13
13
## Installation
14
14
15
+
```
16
+
pip install webgestaltpy
17
+
```
18
+
19
+
## Development
20
+
15
21
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
0 commit comments