martinjzhang / scDRS

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

Updated cli #8

Closed KangchengHou closed 2 years ago

KangchengHou commented 2 years ago

An updated command line interface with functionality

The downstream analyses now only handle either one of the (1) group analysis (2) correlation analysis (3) gene analysis rather than performing all at once as in python compute_downstream.py. I think this way is cleaner.

The existing files are not changed to ensure the compatibility.

Several utility functions are moved from cli script to scdrs.util module as these can be also reused in python API.

Discussion points

  1. Whether to move the downstream code to scdrs.method
  2. Better names on the functions.
  3. Any other suggestions.