diff options
author | Frederick Muriuki Muriithi | 2021-10-29 04:52:02 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2021-10-29 04:52:02 +0300 |
commit | 5fd3bfe587144a61c66ebf730c4818071b1a9661 (patch) | |
tree | 0958a763a4e766adbcbb743b10a5637d5a091f97 | |
parent | 151ef8bbe23d85f74cdab690073afd4a9329e78a (diff) | |
download | genenetwork3-5fd3bfe587144a61c66ebf730c4818071b1a9661.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.
-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 |