.gitignore
LICENSE
MANIFEST.in
README.md
publish.sh
pyproject.toml
tutorial.ipynb
CPC/dataset.py
CPC/main.py
CPC/model.py
CPC/trainer.py
CPC/utils.py
CPC/visualize.py
baseline/config.py
baseline/config.yaml
baseline/engines.py
baseline/evaluation.py
baseline/main.py
baseline/run.py
baseline/utils.py
baseline/visualization.py
baseline/r_methods/__init__.py
baseline/r_methods/r_runner.py
baseline/r_methods/run_combatseq.R
baseline/r_methods/run_fastmnn.R
baseline/r_methods/run_seurat.R
biobatchnet/__init__.py
biobatchnet/api.py
biobatchnet/module.py
biobatchnet/train.py
biobatchnet.egg-info/PKG-INFO
biobatchnet.egg-info/SOURCES.txt
biobatchnet.egg-info/dependency_links.txt
biobatchnet.egg-info/requires.txt
biobatchnet.egg-info/top_level.txt
biobatchnet/config/__init__.py
biobatchnet/config/config.py
biobatchnet/config/yaml/base.yaml
biobatchnet/config/yaml/presets.yaml
biobatchnet/models/__init__.py
biobatchnet/models/layers.py
biobatchnet/models/model.py
biobatchnet/models/VampPrior/nn.py
biobatchnet/models/VampPrior/utils.py
biobatchnet/models/VampPrior/vampprior.py
biobatchnet/utils/__init__.py
biobatchnet/utils/dataset.py
biobatchnet/utils/loss.py
biobatchnet/utils/tools.py