ggca 1.0.0

Computes efficiently the correlation (Pearson, Spearman or Kendall) and the p-value (two-sided) between all the pairs from two datasets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[build-system]

requires = ["maturin>=1.7.0"]

build-backend = "maturin"



[project]

name = "ggca"

requires-python = ">=3.6"

classifiers = [

    "Topic :: Scientific/Engineering :: Bio-Informatics",

    "Programming Language :: Rust",

    "Programming Language :: Python",

]