.gitignore
CHANGELOG.txt
LICENSE
README.md
hi
pyproject.toml
setup.py
.github/workflows/build-book.yml
.github/workflows/build_and_upload_wheels.yml
.github/workflows/install_doctest_lint_typecheck.yml
.github/workflows/run_hypothesis_tests.yml
book/_bookdown.yml
book/build_book.yml
book/colocalization.Rmd
book/compile.R
book/compile2.R
book/concat.Rmd
book/count_overlaps.Rmd
book/coverage.Rmd
book/creating.Rmd
book/custom_methods.Rmd
book/databases.Rmd
book/exons.py
book/fisher_exact.Rmd
book/genomicfeatures.Rmd
book/index.Rmd
book/insert.Rmd
book/intersection.Rmd
book/iterate.Rmd
book/join.Rmd
book/knearest.Rmd
book/make_book.py
book/manipulation.Rmd
book/mcc.Rmd
book/multithreading.Rmd
book/nearest.Rmd
book/piping.Rmd
book/printing.Rmd
book/pyranges.css
book/reldist.Rmd
book/rowbased_statistics.Rmd
book/runlength_dict.Rmd
book/runlengths.Rmd
book/simes.Rmd
book/single_range_methods.Rmd
book/sort.Rmd
book/subset.Rmd
book/subsetting_pyrles.Rmd
book/subsetting_rles.Rmd
book/subtract.Rmd
book/summary.Rmd
book/tutorial.Rmd
book/writing.Rmd
docs/Makefile
docs/conf.py
docs/index.html
docs/index.rst
docs/make.bat
docs/requirements.txt
graphs/hypothesis-tested-brightgreen.svg
graphs/main_paper_annotation_binary.png
graphs/memory.png
graphs/time.png
pyranges/__init__.py
pyranges/data.py
pyranges/docs
pyranges/genomicfeatures.py
pyranges/get_fasta.py
pyranges/helpers.py
pyranges/multioverlap.py
pyranges/multithreaded.py
pyranges/out.py
pyranges/pyranges_main.py
pyranges/readers.py
pyranges/statistics.py
pyranges/stats.py
pyranges/subset.py
pyranges/tostring2.py
pyranges.egg-info/PKG-INFO
pyranges.egg-info/SOURCES.txt
pyranges.egg-info/dependency_links.txt
pyranges.egg-info/requires.txt
pyranges.egg-info/top_level.txt
pyranges/example_data/aorta.bed
pyranges/example_data/aorta2.bed
pyranges/example_data/bw.bw
pyranges/example_data/chipseq.bed
pyranges/example_data/chipseq_background.bed
pyranges/example_data/chromsizes.bed
pyranges/example_data/control.bam
pyranges/example_data/control.bam.bai
pyranges/example_data/cpg.bed
pyranges/example_data/ensembl.gtf
pyranges/example_data/ensembl_human.gtf.gz
pyranges/example_data/exons.bed
pyranges/example_data/f1.bed
pyranges/example_data/f2.bed
pyranges/example_data/gencode_human.gtf.gz
pyranges/example_data/lamina.bed
pyranges/example_data/ucsc_human.bed.gz
pyranges/methods/__init__.py
pyranges/methods/attr.py
pyranges/methods/boundaries.py
pyranges/methods/call.py
pyranges/methods/cluster.py
pyranges/methods/concat.py
pyranges/methods/coverage.py
pyranges/methods/drop.py
pyranges/methods/drop_duplicates.py
pyranges/methods/getitem.py
pyranges/methods/init.py
pyranges/methods/insert.py
pyranges/methods/intersection.py
pyranges/methods/itergrs.py
pyranges/methods/join.py
pyranges/methods/k_nearest.py
pyranges/methods/max_disjoint.py
pyranges/methods/merge.py
pyranges/methods/nearest.py
pyranges/methods/new_position.py
pyranges/methods/sort.py
pyranges/methods/spliced_subsequence.py
pyranges/methods/split.py
pyranges/methods/statistics.py
pyranges/methods/subsequence.py
pyranges/methods/subtraction.py
pyranges/methods/summary.py
pyranges/methods/to_rle.py
pyranges/methods/windows.py
tests/.fuse_hidden0000017200000002
tests/helpers.py
tests/hi
tests/property_based/__init__.py
tests/property_based/hypothesis_helper.py
tests/property_based/test_binary.py
tests/property_based/test_do_not_error.py
tests/property_based/test_unary.py
tests/unit/__init__.py
tests/unit/chip_10.bed
tests/unit/conftest.py
tests/unit/f1.bed
tests/unit/f2.bed
tests/unit/hi
tests/unit/k_nearest.py
tests/unit/statistics.py
tests/unit/test_change_chromosome_custom.py
tests/unit/test_concat.py
tests/unit/test_count_overlaps.py
tests/unit/test_genomicfeatures.py
tests/unit/test_getset_attr.py
tests/unit/test_guessers.py
tests/unit/test_io.py
tests/unit/test_pickle.py
tests/unit/test_stranded.py
tests/unit/data/test_data.py
tests/unit/df_dict_mismatch/test_mismatch.py
tests/unit/getitem/test_getitem.py
tests/unit/join/test_join.py
tests/unit/new_position/test_new_position.py
tests/unit/out/test_out.py
tests/unit/slack/test_slack.py
tests/unit/test_data/ensembl.gtf
tests/unit/test_data/gencode.gff3
tests/unit/test_data/test_sorted.bam
tests/unit/test_data/test_sorted.bam.bai
tests/unit/unit/__init__.py
tests/unit/unstrand/test_unstrand.py
tests/unit/windows/test_windows.py