diff options
author | Frederick Muriuki Muriithi | 2021-10-29 04:52:02 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-11-04 12:45:57 +0300 |
commit | 14c699094a39ee2b18a26c990c0bf81d811cc93f (patch) | |
tree | 10d624d17526ff6e78ca009255cd574dc9984f42 /gn3 | |
parent | 84aaf880f32f5293e5e4f1c74a3f284e3c95df2f (diff) | |
download | genenetwork3-14c699094a39ee2b18a26c990c0bf81d811cc93f.tar.gz |
Move the partial_correlations module to gn3.computations
* Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/partial-correlations.gmi
* Move the partial_correlations.py module to the gn3.computations module,
since it contains the computations for partial correlations.
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/computations/partial_correlations.py (renamed from gn3/partial_correlations.py) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/gn3/partial_correlations.py b/gn3/computations/partial_correlations.py index 1fb0ccc..1fb0ccc 100644 --- a/gn3/partial_correlations.py +++ b/gn3/computations/partial_correlations.py |