We want to be able to add methods that operate on single-cell expression data instead of pseudobulk dge analysis results, so "sc_train_h5ad", "sc_test_h5ad" were added.
I haven't rerun it for testing.
Checklist before requesting a review
[x] I have performed a self-review of my code
Check the correct box. Does this PR contain:
[ ] Breaking changes
[x] New functionality (new method, new metric, ...)
[ ] Major changes
[x] Minor changes
[ ] Bug fixes
[ ] Proposed changes are described in the CHANGELOG.md
Describe your changes
We want to be able to add methods that operate on single-cell expression data instead of pseudobulk dge analysis results, so "sc_train_h5ad", "sc_test_h5ad" were added. I haven't rerun it for testing.
Checklist before requesting a review
[x] I have performed a self-review of my code
Check the correct box. Does this PR contain:
[ ] Proposed changes are described in the CHANGELOG.md
[ ] CI Tests succeed and look good!