Crates.io | webgestalt |
lib.rs | webgestalt |
version | 0.3.1 |
source | src |
created_at | 2024-01-11 17:01:40.159178 |
updated_at | 2024-06-20 17:43:49.444208 |
description | CLI for computing enrichment for different analytes using ORA, GSEA, or NTA. |
homepage | |
repository | https://github.com/bzhanglab/webgestalt_rust |
max_upload_size | |
id | 1096514 |
size | 2,462,242 |
Rust implementation of WebGestaltR.
This CLI is focused purely on computation. It does not provide GMT files or HTML reports. The output of this tool is JSON files containing the results. For a more feature-complete tool, see the original WebGestaltR tool.
Requires the rust toolchain. Then run the following command in your terminal:
cargo install webgestalt
For help with CLI, run
webgestalt --help
Example of running over-representation analysis using kegg.gmt
, with an interesting list at int.txt
and a reference of ref.txt
. Outputs JSON file at output.json
webgestalt ora -g kegg.gmt -i int.txt -r ref.txt -o output.json