.gitignore
.readthedocs.yaml
CHANGELOG.txt
LICENSE
README.md
check_typing_linting_and_formatting.py
conftest.py
pyproject.toml
setup.py
.github/workflows/all_checks.yml
.github/workflows/build_the_book.yml
.github/workflows/build_wheels_and_upload_to_pypi.yml
.github/workflows/hypothesis_tests.yml
docs/Makefile
docs/api_reference.rst
docs/cheatsheet.rst
docs/conf.py
docs/developer_guide.rst
docs/extension_orfs.rst
docs/extension_seqs.rst
docs/extension_stats.rst
docs/how_to_columns.rst
docs/how_to_create.rst
docs/how_to_genomic_ops.rst
docs/how_to_inspect.rst
docs/how_to_map.rst
docs/how_to_overlap.rst
docs/how_to_pages.rst
docs/how_to_rows.rst
docs/how_to_sequences.rst
docs/how_to_write.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/migration_cheatsheet.tsv
docs/migration_guide.rst
docs/pyranger_cli.rst
docs/pyranges_extensions.rst
docs/pyranges_module.rst
docs/pyranges_objects.rst
docs/range_frame.rst
docs/requirements.txt
docs/tutorial.rst
docs/_static/custom.css
docs/_templates/custom_method_summary.rst
pyranges/__init__.py
pyranges/cli.py
pyranges/docs
pyranges/orfs.py
pyranges/readers.py
pyranges/seqs.py
pyranges/stats.py
pyranges/core/__init__.py
pyranges/core/empty.py
pyranges/core/example_data.py
pyranges/core/loci_getter.py
pyranges/core/multioverlap.py
pyranges/core/names.py
pyranges/core/options.py
pyranges/core/out.py
pyranges/core/pyranges_groupby.py
pyranges/core/pyranges_helpers.py
pyranges/core/pyranges_main.py
pyranges/core/random.py
pyranges/core/tostring.py
pyranges/core/version.py
pyranges/data/__init__.py
pyranges/data/aorta.bed
pyranges/data/aorta2.bed
pyranges/data/bigwig.bw
pyranges/data/chipseq.bed
pyranges/data/chipseq_background.bed
pyranges/data/chromsizes.bed
pyranges/data/cpg.bed
pyranges/data/ensembl.gtf
pyranges/data/ensembl_human.gtf.gz
pyranges/data/exons.bed
pyranges/data/f1.bed
pyranges/data/f2.bed
pyranges/data/gencode_human.gtf.gz
pyranges/data/lamina.bed
pyranges/data/ncbi.fasta
pyranges/data/ncbi.fasta.fai
pyranges/data/ncbi.gff.gz
pyranges/data/smaller.bam
pyranges/data/ucsc_human.bed.gz
pyranges/ext/__init__.py
pyranges/ext/orfs.py
pyranges/ext/seqs.py
pyranges/ext/stats.py
pyranges/methods/__init__.py
pyranges/methods/boundaries.py
pyranges/methods/combine_positions.py
pyranges/methods/complement.py
pyranges/methods/complement_overlaps.py
pyranges/methods/concat.py
pyranges/methods/interval_metrics.py
pyranges/methods/itergrs.py
pyranges/methods/join.py
pyranges/methods/map_to_global.py
pyranges/methods/map_to_local.py
pyranges/methods/merge.py
pyranges/methods/merge_cluster.py
pyranges/methods/overlap.py
pyranges/methods/slice_ranges.py
pyranges/methods/sort.py
pyranges/methods/split.py
pyranges/methods/statistics.py
pyranges/methods/summary.py
pyranges/methods/tile_genome.py
pyranges/methods/to_rle.py
pyranges/range_frame/__init__.py
pyranges/range_frame/range_frame.py
pyranges/range_frame/range_frame_validator.py
pyranges1.egg-info/PKG-INFO
pyranges1.egg-info/SOURCES.txt
pyranges1.egg-info/dependency_links.txt
pyranges1.egg-info/entry_points.txt
pyranges1.egg-info/requires.txt
pyranges1.egg-info/top_level.txt
tests/.fuse_hidden0000017200000002
tests/helpers.py
tests/hi
tests/run_doctest_tutorial_howto.py
tests/test_calculate_frame.py
tests/test_parallelism.py
tests/property_based/__init__.py
tests/property_based/hypothesis_helper.py
tests/property_based/new.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_concat.py
tests/unit/test_count_overlaps.py
tests/unit/test_guessers.py
tests/unit/test_join.py
tests/unit/test_pandas_overrides.py
tests/unit/test_tostring.py
tests/unit/cumsum/test_cumsum.py
tests/unit/getitem/test_getitem.py
tests/unit/mapping/test_map.py
tests/unit/new_position/test_new_position.py
tests/unit/out/test_out.py
tests/unit/spliced_subsequence/test_spliced_subsequence.py
tests/unit/test_data/ensembl.gtf
tests/unit/test_data/test_sorted.bam
tests/unit/test_data/test_sorted.bam.bai
tests/unit/unit/__init__.py