.gitignore
.pre-commit-config.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/pypi-publish.yml
.github/workflows/pypi-test.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.md
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/switcher.json
docs/media/flowchart.jpg
docs/tutorials/1_inference.ipynb
docs/tutorials/2_finetune.ipynb
docs/tutorials/3_train.ipynb
docs/tutorials/4_design.ipynb
docs/tutorials/5_variant.ipynb
docs/tutorials/6_model_zoo.ipynb
docs/tutorials/7_simulations.ipynb
docs/tutorials/8_custom_models.ipynb
docs/tutorials/lineage.jpeg
docs/tutorials/open-run.jpeg
docs/tutorials/run-page.jpeg
media/flowchart.jpg
media/fork.jpg
media/new_issue.jpg
src/gReLU.egg-info/PKG-INFO
src/gReLU.egg-info/SOURCES.txt
src/gReLU.egg-info/dependency_links.txt
src/gReLU.egg-info/not-zip-safe
src/gReLU.egg-info/requires.txt
src/gReLU.egg-info/top_level.txt
src/grelu/__init__.py
src/grelu/design.py
src/grelu/utils.py
src/grelu/variant.py
src/grelu/visualize.py
src/grelu/data/__init__.py
src/grelu/data/augment.py
src/grelu/data/dataset.py
src/grelu/data/preprocess.py
src/grelu/data/utils.py
src/grelu/interpret/__init__.py
src/grelu/interpret/modisco.py
src/grelu/interpret/motifs.py
src/grelu/interpret/score.py
src/grelu/interpret/simulate.py
src/grelu/io/__init__.py
src/grelu/io/bed.py
src/grelu/io/bigwig.py
src/grelu/io/fasta.py
src/grelu/io/genome.py
src/grelu/io/motifs.py
src/grelu/lightning/__init__.py
src/grelu/lightning/losses.py
src/grelu/lightning/metrics.py
src/grelu/model/__init__.py
src/grelu/model/blocks.py
src/grelu/model/heads.py
src/grelu/model/layers.py
src/grelu/model/models.py
src/grelu/model/position.py
src/grelu/model/trunks/__init__.py
src/grelu/model/trunks/borzoi.py
src/grelu/model/trunks/enformer.py
src/grelu/model/trunks/explainn.py
src/grelu/resources/__init__.py
src/grelu/resources/blacklists/encode/hg19-blacklist.v2.bed
src/grelu/resources/blacklists/encode/hg38-blacklist.v2.bed
src/grelu/resources/blacklists/encode/mm10-blacklist.v2.bed
src/grelu/resources/blacklists/mito_combined/hg19.full.blacklist.bed
src/grelu/resources/blacklists/mito_combined/hg19_mm10_c.full.blacklist.bed
src/grelu/resources/blacklists/mito_combined/hg38.full.blacklist.bed
src/grelu/resources/blacklists/mito_combined/mm10.full.blacklist.bed
src/grelu/resources/blacklists/mito_combined/mm9.full.blacklist.bed
src/grelu/resources/meme/H12CORE_meme_format.meme
src/grelu/resources/meme/jaspar_2024_consensus.meme
src/grelu/sequence/__init__.py
src/grelu/sequence/format.py
src/grelu/sequence/metrics.py
src/grelu/sequence/mutate.py
src/grelu/sequence/utils.py
src/grelu/transforms/__init__.py
src/grelu/transforms/label_transforms.py
src/grelu/transforms/prediction_transforms.py
src/grelu/transforms/seq_transforms.py
tests/__init__.py
tests/conftest.py
tests/test_augment.py
tests/test_blocks.py
tests/test_data_utils.py
tests/test_dataset.py
tests/test_design.py
tests/test_heads.py
tests/test_interpret.py
tests/test_io.py
tests/test_layers.py
tests/test_lightning.py
tests/test_models.py
tests/test_positional.py
tests/test_preprocess.py
tests/test_resources.py
tests/test_sequence.py
tests/test_transforms.py
tests/test_utils.py
tests/test_variant.py
tests/files/test.bed
tests/files/test.bw
tests/files/test.fa.gz
tests/files/test.meme
tests/files/test_modisco.h5
tests/files/test_variants.txt
tests/files/tomtom/neg_patterns.pattern_0.tomtom.tsv
tests/files/tomtom/neg_patterns.pattern_1.tomtom.tsv