Skip to content

fix some bugs in scGCN repository

License

Notifications You must be signed in to change notification settings

XiHuYan/scGCN-fix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked fromscgcn. Just for fun:)

Fix bugs:

  1. Those classes with small number of cells cause train_test_split (data.py) error.
  2. Unseen types in target labels cause onehot transformation (utils.py) error.
  3. Construction of adjacency matrix is very slow when n_cell > 50000 (utils.py).

About

fix some bugs in scGCN repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.1%
  • R 5.8%
  • Shell 0.1%