LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/living_figures/__init__.py
src/living_figures.egg-info/PKG-INFO
src/living_figures.egg-info/SOURCES.txt
src/living_figures.egg-info/dependency_links.txt
src/living_figures.egg-info/requires.txt
src/living_figures.egg-info/top_level.txt
src/living_figures/bio/__init__.py
src/living_figures/bio/epigenome/__init__.py
src/living_figures/bio/epigenome/test_data/download_from_ncbi.py
src/living_figures/bio/epigenome/utilities/__init__.py
src/living_figures/bio/epigenome/utilities/pacbio_file.py
src/living_figures/bio/epigenome/utilities/parse_rebase.py
src/living_figures/bio/epigenome/utilities/rebase_file.py
src/living_figures/bio/epigenome/widgets/__init__.py
src/living_figures/bio/epigenome/widgets/panepibrowser.py
src/living_figures/bio/fom/__init__.py
src/living_figures/bio/fom/utilities/__init__.py
src/living_figures/bio/fom/utilities/parse_tax_string.py
src/living_figures/bio/fom/utilities/parse_taxon_abundances.py
src/living_figures/bio/fom/widgets/microbiome/__init__.py
src/living_figures/bio/fom/widgets/microbiome/abundant_orgs.py
src/living_figures/bio/fom/widgets/microbiome/alpha_diversity.py
src/living_figures/bio/fom/widgets/microbiome/base_plots.py
src/living_figures/bio/fom/widgets/microbiome/base_widget.py
src/living_figures/bio/fom/widgets/microbiome/beta_diversity.py
src/living_figures/bio/fom/widgets/microbiome/differential_abundance.py
src/living_figures/bio/fom/widgets/microbiome/inputs.py
src/living_figures/bio/fom/widgets/microbiome/main.py
src/living_figures/bio/fom/widgets/microbiome/ordination.py
src/living_figures/bio/volcano/__init__.py
src/living_figures/bio/volcano/app.py
src/living_figures/bio/volcano/make_test_data.py
src/living_figures/helpers/__init__.py
src/living_figures/helpers/constants.py
src/living_figures/helpers/parse_numeric.py
src/living_figures/helpers/scaling.py
src/living_figures/helpers/sorting.py
tests/test_import.py