|
|
|
| Description |
| A structure to allow fast lookup of objects whose sequence
location lines up with a give position.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Collection mapping a collection of Loc locations, possibly
overlapping, binned for efficient lookup by position.
| Instances | |
|
|
|
| Create an empty LocMap with a specified position bin size
|
|
|
|
|
| Create a LocMap from an associated list.
|
|
|
| Find the (possibly empty) list of sequence regions and associated
objects that contain a Pos position, in the sense of withinLoc
|
|
|
| Find the (possibly empty) list of sequence regions and associated
objects that overlap a Loc region, in the sense of overlapsLoc
|
|
|
| Remove a region / object association from the map, if it is
present. If it is present multiple times, only the first
occurrence will be deleted.
|
|
|
| Remove the first region / object association satisfying a
predicate function.
|
|
|
| Add an object with an associated Loc sequence region
|
|
|
|
| Produced by Haddock version 2.4.2 |