Forked fromscgcn. Just for fun:)
Fix bugs:
- Those classes with small number of cells cause train_test_split (data.py) error.
- Unseen types in target labels cause onehot transformation (utils.py) error.
- Construction of adjacency matrix is very slow when n_cell > 50000 (utils.py).