martinjzhang / scDRS

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

Test cli #13

Closed martinjzhang closed 2 years ago

martinjzhang commented 2 years ago

Changes in ./bin/scdrs

  1. Updated documentation
  2. Add header and extra printing info
  3. Add file check for scdrs munge-gs
  4. Reformat scdrs perform-downstream --group-analysis (I haven't checked the other two)

Changes in scdrs.method:

  1. Editted scdrs.method.downstream_group_analysis

Changes in scdrs.util:

  1. Added function scdrs.util.str_or_list_like for determining the type of group_analysis using duck-typing (used in scdrs perform-downstream --group-analysis).