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
124 stars 74 forks source link

Issue #36 (add sort option for parse gctx) #58

Closed saksham219 closed 4 years ago

saksham219 commented 5 years ago

parse_gctx() function uses h5py to parse gctx files. h5py only takes indexes in a sorted order. To subset gctx files in the order indicated by the user, I have made some modifications to parse_gctx and associated functions to sort the dataframes returned by h5py according to the order indicated in the function call.

Other changes