When I run the pyNBS in my pc, some problem occurred in the file of network_propagation.py. It says "TypeError: 'DataFrame' objects are mutable, thus they cannot be hashed". I figure out the problem in the code "binary_matrix_filt = np.array(binary_matrix.T.ix[subgraph_nodes].fillna(0).T)", can you tell why?
When I run the pyNBS in my pc, some problem occurred in the file of network_propagation.py. It says "TypeError: 'DataFrame' objects are mutable, thus they cannot be hashed". I figure out the problem in the code "binary_matrix_filt = np.array(binary_matrix.T.ix[subgraph_nodes].fillna(0).T)", can you tell why?