mrparse.mr_region module

Created on 18 Oct 2018

@author: jmht

class RegionData[source]

Bases: object

property id
property start_stop
class RegionFinder[source]

Bases: object

add_new_region(hit, target_regions)[source]
create_or_update_region(hit, target_regions)[source]
find_regions_from_hits(hits, sort=True)[source]

Figure out the regions for the target that have been matched

hit_within_region(hit, region, extentTolerance=50, midpointTolerance=20)[source]
sort_regions(regions, ascending=False)[source]
update_region(hit, region)[source]