alpha-rra 0.3.3

An implementation of the Alpha-RRA algorithm for p-value aggregation on groups of genes
Documentation
[dependencies.adjustp]
version = "0.1.6"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.getset]
version = "0.1.2"

[dependencies.hashbrown]
version = "0.15.0"

[dependencies.ndarray]
version = "0.16.1"

[dependencies.ndarray-rand]
version = "0.15.0"

[dependencies.rand_chacha]
version = "0.3.1"

[dependencies.rayon]
version = "1.10.0"

[dependencies.statrs]
version = "0.17.1"

[lib]
name = "alpha_rra"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science"]
description = "An implementation of the Alpha-RRA algorithm for p-value aggregation on groups of genes"
documentation = "https://docs.rs/alpha-rra"
edition = "2021"
keywords = ["CRISPR", "bioinformatics", "sequencing", "sgRNA"]
license = "MIT"
name = "alpha-rra"
readme = "README.md"
repository = "https://github.com/noamteyssier/alpha-rra"
version = "0.3.3"