.coveragerc
.gitignore
.pre-commit-config.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/publish-pypi.yml
.github/workflows/run-tests.yml
assets/fig1.png
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/decima/__init__.py
src/decima/constants.py
src/decima.egg-info/PKG-INFO
src/decima.egg-info/SOURCES.txt
src/decima.egg-info/dependency_links.txt
src/decima.egg-info/entry_points.txt
src/decima.egg-info/not-zip-safe
src/decima.egg-info/requires.txt
src/decima.egg-info/top_level.txt
src/decima/cli/__init__.py
src/decima/cli/attributions.py
src/decima/cli/download.py
src/decima/cli/finetune.py
src/decima/cli/modisco.py
src/decima/cli/predict_genes.py
src/decima/cli/query_cell.py
src/decima/cli/vep.py
src/decima/core/__init__.py
src/decima/core/attribution.py
src/decima/core/metadata.py
src/decima/core/result.py
src/decima/data/__init__.py
src/decima/data/dataset.py
src/decima/data/preprocess.py
src/decima/data/read_hdf5.py
src/decima/data/read_vcf.py
src/decima/data/write_hdf5.py
src/decima/dataloaders/__init__.py
src/decima/hub/__init__.py
src/decima/hub/download.py
src/decima/interpret/__init__.py
src/decima/interpret/attributer.py
src/decima/interpret/attributions.py
src/decima/interpret/ism.py
src/decima/interpret/modisco.py
src/decima/interpret/save_attributions.py
src/decima/model/__init__.py
src/decima/model/decima_model.py
src/decima/model/lightning.py
src/decima/model/loss.py
src/decima/model/metrics.py
src/decima/plot/__init__.py
src/decima/plot/visualize.py
src/decima/tools/__init__.py
src/decima/tools/evaluate.py
src/decima/tools/inference.py
src/decima/tools/interpret.py
src/decima/train/__init__.py
src/decima/utils/__init__.py
src/decima/utils/dataframe.py
src/decima/utils/inject.py
src/decima/utils/io.py
src/decima/utils/variant.py
src/decima/vep/__init__.py
tests/conftest.py
tests/test_attribution.py
tests/test_cli.py
tests/test_dataset.py
tests/test_decima_model.py
tests/test_hub.py
tests/test_inject.py
tests/test_interpret_attribution.py
tests/test_io.py
tests/test_lightning.py
tests/test_metrics.py
tests/test_modisco.py
tests/test_predict_gene_expression.py
tests/test_result.py
tests/test_utils.py
tests/test_vep.py
tests/data/seqs.csv
tests/data/seqs.fasta
tests/data/seqs.fasta.fai
tests/data/test.vcf
tests/data/test_preds.csv.gz
tests/data/variants.tsv
tests/scripts/generate_seq_fasta.py
tests/scripts/generate_vcf.py
tutorials/1-attribution-motif-discovery.ipynb
tutorials/2-variant-effect-prediction.ipynb
tutorials/data/sample.vcf
tutorials/data/variants.tsv
tutorials/data/variants_gene.tsv