cmap / cmapPy

Assorted tools for interacting with .gct, .gctx files and other Connectivity Map (Broad Institute) data/tools
https://clue.io/cmapPy/index.html
BSD 3-Clause "New" or "Revised" License
126 stars 76 forks source link

cmapPy/math/fast_corr.py and fast_cov.py: update these routines so they can accept 1D arrays as inputs #73

Closed dllahr closed 3 years ago

dllahr commented 3 years ago

I enhanced the fast_corr.fast_corr and related methods so they can accept 1D arrays as inputs (previously it would throw an exception - required a 2D array, workaround previously was to make the 2nd dimension size 1).