diff options
author | Frederick Muriuki Muriithi | 2021-11-04 12:38:27 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2021-11-04 12:38:27 +0300 |
commit | 0357f5c5e6eeb146eb259337019c87079363a256 (patch) | |
tree | fb6d03e8120ca983473568dec214a92251386c65 /gn3/db | |
parent | 32e6d788ac5b6fa8daf4c26b2ad7bca32d71d828 (diff) | |
download | genenetwork3-0357f5c5e6eeb146eb259337019c87079363a256.tar.gz |
Implement `build_data_frame`
Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/partial-correlations.gmi
* gn3/computations/partial_correlations.py: new function (`build_data_frame`)
* tests/unit/computations/test_partial_correlations.py: Add tests for new
function
Add a new function to build a pandas DataFrame object from the provided
values:
- x: a vector of floats (represented with a tuple of floats)
- y: a vector of floats (represented with a tuple of floats)
- z: a vector OR matrix of floats (represented with a tuple of floats or a
tuple of tuples of floats)
Diffstat (limited to 'gn3/db')
0 files changed, 0 insertions, 0 deletions