.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/feature_request.md
cellex/__init__.py
cellex/esobject.py
cellex/summarydata.py
cellex.egg-info/PKG-INFO
cellex.egg-info/SOURCES.txt
cellex.egg-info/dependency_links.txt
cellex.egg-info/requires.txt
cellex.egg-info/top_level.txt
cellex/metrics/__init__.py
cellex/metrics/det.py
cellex/metrics/ep.py
cellex/metrics/es_mu.py
cellex/metrics/es_sd.py
cellex/metrics/esw_star.py
cellex/metrics/ges.py
cellex/metrics/nsi.py
cellex/plotting/__init__.py
cellex/plotting/gene_profile.py
cellex/plotting/heatmap.py
cellex/plotting/n_es_genes.py
cellex/plotting/save_as_pdf.py
cellex/preprocessing/__init__.py
cellex/preprocessing/anova.py
cellex/preprocessing/log_normalize.py
cellex/preprocessing/remove_non_expressed.py
cellex/utils/__init__.py
cellex/utils/compute_pvalues.py
cellex/utils/parse_input.py
cellex/utils/mapping/__init__.py
cellex/utils/mapping/human_ens_to_human_symbol.py
cellex/utils/mapping/human_symbol_to_human_ens.py
cellex/utils/mapping/mouse_ens_to_human_ens.py
cellex/utils/mapping/mouse_symbol_to_mouse_ens.py
cellex/utils/mapping/maps/Homo_sapiens.GRCh38.ens_v90.ensembl2gene_name_version.txt.gz
cellex/utils/mapping/maps/Homo_sapiens.GRCh38.ens_v90.gene_name_version2ensembl.txt.gz
cellex/utils/mapping/maps/Mus_musculus.GRCm38.ens_v90.gene_name_version2ensembl.txt.gz
cellex/utils/mapping/maps/hsapiens_mmusculus_unique_orthologs.GRCh37.ens_v91.txt.gz
cellex/utils/mapping/maps/hsapiens_mmusculus_unique_orthologs.GRCh38.ens_v100.txt.gz
gene_mapping/generate_gene_mapping_from_gtf.py
gene_mapping/generate_one_to_one_ortholog-hsapiens_mmusculus.R
tests/test_recreate_benchmark.py
tests/_benchmark/mousebrain_subset.det.esw.csv.gz
tests/_benchmark/mousebrain_subset.det.esw_null.csv.gz
tests/_benchmark/mousebrain_subset.det.esw_s.csv.gz
tests/_benchmark/mousebrain_subset.det.pvals.csv.gz
tests/_benchmark/mousebrain_subset.ep.esw.csv.gz
tests/_benchmark/mousebrain_subset.ep.esw_null.csv.gz
tests/_benchmark/mousebrain_subset.ep.esw_s.csv.gz
tests/_benchmark/mousebrain_subset.ep.pvals.csv.gz
tests/_benchmark/mousebrain_subset.esmu.csv.gz
tests/_benchmark/mousebrain_subset.essd.csv.gz
tests/_benchmark/mousebrain_subset.ges.esw.csv.gz
tests/_benchmark/mousebrain_subset.ges.esw_null.csv.gz
tests/_benchmark/mousebrain_subset.ges.esw_s.csv.gz
tests/_benchmark/mousebrain_subset.ges.pvals.csv.gz
tests/_benchmark/mousebrain_subset.nsi.esw.csv.gz
tests/_benchmark/mousebrain_subset.nsi.esw_null.csv.gz
tests/_benchmark/mousebrain_subset.nsi.esw_s.csv.gz
tests/_benchmark/mousebrain_subset.nsi.pvals.csv.gz
tests/_benchmark/zeisel2018_mousebrain_subset_data.csv.gz
tests/_benchmark/zeisel2018_mousebrain_subset_metadata.csv.gz
tutorials/README.md
tutorials/demo_moca_100k.ipynb
tutorials/demo_mousebrain_vascular_cells.ipynb