Methods for data normalization, embedding, synthesis and transformation
pip install embkit
embkit model train-vae ./experiments/tcga/tumor.normalized.tsv --epochs 120
To install the library locally use:
pip install -e .
python setup.py build
python setup.py install
coverage run --source=embkit -m unittest discover -s testsTo generate a coverage report use:
coverage htmlTo open the coverage report in a browser, run:
open htmlcov/index.htmlxdg-open htmlcov/index.htmlstart htmlcov\index.html