martinjzhang / scDRS

Single-cell disease relevance score (scDRS)
https://martinjzhang.github.io/scDRS/
MIT License
109 stars 14 forks source link

Issue52 #53

Closed martinjzhang closed 1 year ago

martinjzhang commented 1 year ago
  1. force index in df_cov and df_score to be str. adata.obs_names is automatically string when the cell names are 1, 2, .... (commit 19da98301842333909c3e8a4c68b67e349784a74)
  2. add --min-genes and --min-cells in CLI for customized filtering; add the corresponding info in the website doc (commit a0ea123c5a499c3c52f36622d6621b2ae576b526)