outrigger.tests.index.test_region module

class outrigger.tests.index.test_region.TestRegion[source]

Bases: object

Methods

test___eq(location_with_region_name)
test___eq_not_region(location_with_region_name)
test___init(location)
test___init_region_name(...)
test___init_start_larger_than_stop()
test___len(location)
test___neq(location_with_region_name, location)
test___str(location)
test___str_with_region_name(...)
test__start(location)
test__stop(location)
test_overlaps_false_different_chrom(location)
test_overlaps_false_same_chrom(location)
test_overlaps_true(...)
test___eq(location_with_region_name)[source]
test___eq_not_region(location_with_region_name)[source]
test___init(location)[source]
test___init_region_name(location_with_region_name)[source]
test___init_start_larger_than_stop()[source]
test___len(location)[source]
test___neq(location_with_region_name, location)[source]
test___str(location)[source]
test___str_with_region_name(location_with_region_name)[source]
test__start(location)[source]
test__stop(location)[source]
test_overlaps_false_different_chrom(location)[source]
test_overlaps_false_same_chrom(location)[source]
test_overlaps_true(location_with_region_name, location)[source]
outrigger.tests.index.test_region.location(strand)[source]
outrigger.tests.index.test_region.location_with_region_name()[source]