DeepCycle
DeepCycle copied to clipboard
Cell cycle inference in single-cell RNA-seq
I would suggest a few changes to the repo structure to conform with what is usually available: * create a top lvl dir `resources` and put go_annotations inside * create...
I pre-processed anndata objects as the existing documentation suggested, but then found the script errored when trying to access UMAP embeddings that didn't exist yet. It would be great to...
Having GitHub Actions mechanism running (as in #6 ) I would suggest to introduce a CI workflow which would run a static code analysis for python scripts; `flake8` is a...
I assume that the files at _zonodo_ together with the go_annotations and theta_annotations make up a test input data? If so, it would we be good to include the script...
This is all Python code, correct? if so - it would be very nice to refactor it to create a proper Python package `deepcycle` (with `setup.py` for installation, python package...
There are several text files usually included in every high-quality GH repo: - github templates for issues and pull requests - instructions for conttributors - a code of conduct for...
Hi, I am trying to create a conda env from your yaml but running into issues: ``` LibMambaUnsatisfiableError: Encountered problems while solving: - package tbb-2020.3-hfd86e86_0 is excluded by strict repo...