[5ad33c]: / scvae / __init__.py

Download this file

12 lines (10 with data), 447 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
from scvae.__version__ import __version__
__name__ = "scvae"
__title__ = "scVAE"
__description__ = "Model single-cell transcript counts using deep learning."
__url__ = "http://github.com/scvae/scvae"
__author__ = "Christopher Heje Grønbech, Maximillian Fornitz Vording"
__maintainer__ = "Christopher Heje Grønbech"
__email__ = "christopher.groenbech@qlucore.com"
__license__ = "Apache 2.0"
__copyright__ = "Copyright 2017–2020 scVAE authors"