.gitattributes
.gitconfig
.gitignore
.gitlab-ci.yml
.gitmodules
CHANGES.md
Dockerfile
LICENSE
MANIFEST.in
README.md
pyproject.toml
sctoolbox_env.yml
setup.py
.gitlab/merge_request_templates/new_release_template.md
SC_Framework.egg-info/PKG-INFO
SC_Framework.egg-info/SOURCES.txt
SC_Framework.egg-info/dependency_links.txt
SC_Framework.egg-info/requires.txt
SC_Framework.egg-info/top_level.txt
atac_analysis/notebooks/01_assembling_anndata.ipynb
atac_analysis/notebooks/02_QC_filtering.ipynb
atac_analysis/notebooks/03_normalization_batch_correction.ipynb
atac_analysis/notebooks/04_clustering.ipynb
atac_analysis/notebooks/0A_tobias.ipynb
atac_analysis/notebooks/99-report.ipynb
atac_analysis/notebooks/config.yaml
atac_analysis/notebooks/scATAC-template.pptx
atac_analysis/notebooks/test_data/10k_PBMCs_fragments.tsv
atac_analysis/notebooks/test_data/10k_PBMCs_merged_adata.h5ad
atac_analysis/notebooks/test_data/10k_PBMCs_merged_barcodes.tsv
atac_analysis/notebooks/test_data/10k_PBMCs_merged_peaks.tsv
atac_analysis/notebooks/test_data/10k_PBMCs_sampled_bam.bam
atac_analysis/notebooks/test_data/homo_sapiens.104.genes.gtf
atac_analysis/notebooks/test_data/homo_sapiens.104.promoters2000.gtf
atac_analysis/notebooks/test_data/references/10k_pbmc_ATACv1p1_nextgem_Chromium_X_summary.json
atac_analysis/notebooks/test_data/references/10k_pbmc_ATACv1p1_nextgem_Chromium_X_web_summary.html
atac_analysis/notebooks/test_data/references/10k_pbmc_ATACv2_nextgem_Chromium_Controller_summary.json
atac_analysis/notebooks/test_data/references/10k_pbmc_ATACv2_nextgem_Chromium_Controller_web_summary.html
atac_analysis/notebooks/test_data/references/process_testdata.ipynb
docs/Makefile
docs/make.bat
docs/required_packages.txt
docs/source/CHANGES.md
docs/source/build_api.py
docs/source/conf.py
docs/source/index.rst
docs/source/plot_pre_code.py
docs/source/utils_pre_code.py
docs/source/API/index.rst
docs/source/_static/css/custom.css
docs/source/_static/js/custom.js
docs/source/_templates/module.rst_t
docs/source/atac-notebooks/index.rst
docs/source/general-notebooks/index.rst
docs/source/rna-notebooks/index.rst
docs/source/tutorials/index.rst
docs/source/tutorials/scATAC-seq_Analysis/index.rst
docs/source/tutorials/scRNA-seq_Analysis/index.rst
docs/source/tutorials/scRNA-seq_Analysis/Advanced_Analysis/index.rst
docs/source/tutorials/scRNA-seq_Analysis/Core_Analysis/index.rst
general_notebooks/GSEA.ipynb
general_notebooks/annotation.ipynb
general_notebooks/group_markers.ipynb
general_notebooks/prepare_for_cellxgene.ipynb
general_notebooks/proportion_analysis.ipynb
general_notebooks/pseudotime_analysis.ipynb
image/sc_framework_overview.png
rna_analysis/notebooks/01_assembling_anndata.ipynb
rna_analysis/notebooks/02_QC_filtering.ipynb
rna_analysis/notebooks/03_normalization_batch_correction.ipynb
rna_analysis/notebooks/04_clustering.ipynb
rna_analysis/notebooks/0A1_ligand_receptor.ipynb
rna_analysis/notebooks/0A2_ligand_receptor_hub_genes.ipynb
rna_analysis/notebooks/0B_velocity_analysis.ipynb
rna_analysis/notebooks/99-report.ipynb
rna_analysis/notebooks/config.yaml
rna_analysis/notebooks/scRNA-template.pptx
rna_analysis/notebooks/test_data/adata_rna.h5ad
rna_analysis/notebooks/test_data/vdata_rna.h5ad
scripts/bedGraphToBigWig
scripts/change_notebook_version.py
scripts/check_changes.py
scripts/check_notebook_version.py
scripts/check_notebooks.py
scripts/collect_changes.py
scripts/run_coverage.sh
scripts/run_notebooks.py
sctoolbox/__init__.py
sctoolbox/_modules.py
sctoolbox/_settings.py
sctoolbox/_version.py
sctoolbox/data/SCSA_custom.py
sctoolbox/data/celltype_markers/cellmarker_human.tsv
sctoolbox/data/celltype_markers/cellmarker_mouse.tsv
sctoolbox/data/celltype_markers/setup_markers.ipynb
sctoolbox/data/gene_lists/create_marker_gene_lists.ipynb
sctoolbox/data/gene_lists/human_cellcycle_genes.txt
sctoolbox/data/gene_lists/human_gender_genes.txt
sctoolbox/data/gene_lists/human_mito_genes.txt
sctoolbox/data/gene_lists/mouse_cellcycle_genes.txt
sctoolbox/data/gene_lists/mouse_gender_genes.txt
sctoolbox/data/gene_lists/mouse_mito_genes.txt
sctoolbox/data/gene_lists/rat_cellcycle_genes.txt
sctoolbox/data/gene_lists/rat_gender_genes.txt
sctoolbox/data/gene_lists/rat_mito_genes.txt
sctoolbox/data/gene_lists/zebrafish_cellcycle_genes.txt
sctoolbox/data/gene_lists/zebrafish_mito_genes.txt
sctoolbox/data/method_templates/ATAC-methods.md
sctoolbox/data/method_templates/RNA-methods.md
sctoolbox/data/promoters_gtf/bos_taurus.104.promoters2000.gtf
sctoolbox/data/promoters_gtf/caenorhabditis_elegans.104.promoters2000.gtf
sctoolbox/data/promoters_gtf/canis_lupus_familiaris.104.promoters2000.gtf
sctoolbox/data/promoters_gtf/danio_rerio.104.promoters2000.gtf
sctoolbox/data/promoters_gtf/drosophila_melanogaster.104.promoters2000.gtf
sctoolbox/data/promoters_gtf/gallus_gallus.104.promoters2000.gtf
sctoolbox/data/promoters_gtf/homo_sapiens.104.promoters2000.gtf
sctoolbox/data/promoters_gtf/mus_musculus.104.promoters2000.gtf
sctoolbox/data/promoters_gtf/oryzias_latipes.104.promoters2000.gtf
sctoolbox/data/promoters_gtf/rattus_norvegicus.104.promoters2000.gtf
sctoolbox/data/promoters_gtf/sus_scrofa.104.promoters2000.gtf
sctoolbox/data/promoters_gtf/xenopus_tropicalis.104.promoters2000.gtf
sctoolbox/plotting/__init__.py
sctoolbox/plotting/clustering.py
sctoolbox/plotting/embedding.py
sctoolbox/plotting/general.py
sctoolbox/plotting/genometracks.py
sctoolbox/plotting/gsea.py
sctoolbox/plotting/highly_variable.py
sctoolbox/plotting/marker_genes.py
sctoolbox/plotting/planet_plot.py
sctoolbox/plotting/qc_filter.py
sctoolbox/plotting/velocity.py
sctoolbox/tools/__init__.py
sctoolbox/tools/bam.py
sctoolbox/tools/calc_overlap_fc.py
sctoolbox/tools/celltype_annotation.py
sctoolbox/tools/clustering.py
sctoolbox/tools/dim_reduction.py
sctoolbox/tools/download_data.py
sctoolbox/tools/embedding.py
sctoolbox/tools/frip.py
sctoolbox/tools/gene_correlation.py
sctoolbox/tools/gsea.py
sctoolbox/tools/highly_variable.py
sctoolbox/tools/insertsize.py
sctoolbox/tools/marker_genes.py
sctoolbox/tools/multiomics.py
sctoolbox/tools/norm_correct.py
sctoolbox/tools/peak_annotation.py
sctoolbox/tools/qc_filter.py
sctoolbox/tools/receptor_ligand.py
sctoolbox/tools/report.py
sctoolbox/tools/tobias.py
sctoolbox/tools/tsse.py
sctoolbox/utils/__init__.py
sctoolbox/utils/adata.py
sctoolbox/utils/assemblers.py
sctoolbox/utils/bioutils.py
sctoolbox/utils/checker.py
sctoolbox/utils/creators.py
sctoolbox/utils/decorator.py
sctoolbox/utils/general.py
sctoolbox/utils/io.py
sctoolbox/utils/jupyter.py
sctoolbox/utils/multiprocessing.py
sctoolbox/utils/tables.py
tests/__init__.py
tests/test_settings.py
tests/data/adata.h5ad
tests/data/adata_rna.rds
tests/data/cellxgene_anno.csv
tests/data/genes.gtf
tests/data/test_config.yaml
tests/data/test_config_nokey.yaml
tests/data/test_score_genes.txt
tests/data/atac/anndata_2.h5ad
tests/data/atac/chr4_mm10_genes.gtf
tests/data/atac/cropped_testing.narrowPeak
tests/data/atac/densities.txt
tests/data/atac/hg38.blacklist.v2.bed
tests/data/atac/hg38.blacklist.v2_sorted.bed
tests/data/atac/homo_sapiens_liver.bam
tests/data/atac/homo_sapiens_liver.h5ad
tests/data/atac/homo_sapiens_liver_fragments_sorted_test.bed
tests/data/atac/homo_sapiens_liver_sorted.bam
tests/data/atac/homo_sapiens_liver_sorted.bam.bai
tests/data/atac/mm10_atac.bam
tests/data/atac/mm10_atac.bam.bai
tests/data/atac/mm10_atac.h5ad
tests/data/atac/mm10_atac_fragments.bed
tests/data/atac/mm10_atac_named_var.h5ad
tests/data/atac/mm10_genes.gtf
tests/data/atac/mm10_sorted_fragments.bed
tests/data/atac/mm10_tss.bed
tests/data/atac/nucleosomal_score.csv
tests/data/atac/gtf_testdata/cropped_corrupted_format_gencode.v41.gtf
tests/data/atac/gtf_testdata/cropped_gencode.v41.gff3
tests/data/atac/gtf_testdata/cropped_gencode.v41.gtf
tests/data/atac/gtf_testdata/cropped_gencode.v41.gtf.gz
tests/data/atac/gtf_testdata/cropped_gencode.v41.unsorted.gtf
tests/data/atac/gtf_testdata/cropped_missing_column_gencode.v41.gtf
tests/data/quant/Ctrl-1/solo/Gene/Features.stats
tests/data/quant/Ctrl-1/solo/Gene/Summary.csv
tests/data/quant/Ctrl-1/solo/Gene/UMIperCellSorted.txt
tests/data/quant/Ctrl-2/solo/Gene/Features.stats
tests/data/quant/Ctrl-2/solo/Gene/Summary.csv
tests/data/quant/Ctrl-2/solo/Gene/UMIperCellSorted.txt
tests/data/quant/KO-1/solo/Gene/Features.stats
tests/data/quant/KO-1/solo/Gene/Summary.csv
tests/data/quant/KO-1/solo/Gene/UMIperCellSorted.txt
tests/data/quant/KO-2/solo/Gene/Features.stats
tests/data/quant/KO-2/solo/Gene/Summary.csv
tests/data/quant/KO-2/solo/Gene/UMIperCellSorted.txt
tests/data/receptor-ligand/mouse_lr_pair.tsv
tests/data/scsa/adata_scsa.h5ad
tests/data/solo/Gene/filtered/barcodes.tsv
tests/data/solo/Gene/filtered/genes.tsv
tests/data/solo/Gene/filtered/matrix.mtx
tests/data/solo/Velocyto/filtered/ambiguous.mtx
tests/data/solo/Velocyto/filtered/barcodes.tsv
tests/data/solo/Velocyto/filtered/genes.tsv
tests/data/solo/Velocyto/filtered/spliced.mtx
tests/data/solo/Velocyto/filtered/unspliced.mtx
tests/data/tracks/bigwig1.bw
tests/data/tracks/bigwig2.bw
tests/data/tracks/genes.gtf
tests/data/tracks/links.arcs
tests/data/tracks/tad_classification.bed
tests/data/tracks/vhighlight.bed
tests/data/tracks/vlines.bed
tests/plotting/__init__.py
tests/plotting/test_clustering.py
tests/plotting/test_embedding_pl.py
tests/plotting/test_general.py
tests/plotting/test_genometracks.py
tests/plotting/test_gsea_plotting.py
tests/plotting/test_highly_variable.py
tests/plotting/test_marker_genes.py
tests/plotting/test_planet_plot.py
tests/plotting/test_qc_filter.py
tests/plotting/test_velocity.py
tests/tools/__init__.py
tests/tools/test_bam.py
tests/tools/test_calc_overlap_fc.py
tests/tools/test_celltype_annotation.py
tests/tools/test_clustering.py
tests/tools/test_dim_reduction.py
tests/tools/test_download_data.py
tests/tools/test_embedding_tl.py
tests/tools/test_frip.py
tests/tools/test_gene_correlation.py
tests/tools/test_gsea.py
tests/tools/test_highly_variable.py
tests/tools/test_insertsize.py
tests/tools/test_marker_genes.py
tests/tools/test_multiomics.py
tests/tools/test_norm_correct.py
tests/tools/test_peak_annotation.py
tests/tools/test_qc_filter.py
tests/tools/test_receptor_ligand.py
tests/tools/test_tobias.py
tests/tools/test_tsse.py
tests/tools/data/pbmc3k_raw.h5ad
tests/utils/__init__.py
tests/utils/test_adata.py
tests/utils/test_assemblers.py
tests/utils/test_bioutils.py
tests/utils/test_checker.py
tests/utils/test_creators.py
tests/utils/test_decorator.py
tests/utils/test_general.py
tests/utils/test_io.py
tests/utils/test_jupyter.py
tests/utils/test_tables.py