Go to the source code of this file.
|
bool | is_covered (GenomeRegion const ®ion, std::string const &chromosome, size_t position) |
| Test whether the chromosome/position is within a given genomic region . More...
|
|
bool | operator!= (GenomeRegion const &a, GenomeRegion const &b) |
| Inequality comparison (!= ) for two GenomeRegions. More...
|
|
std::ostream & | operator<< (std::ostream &os, GenomeRegion const ®ion) |
|
bool | operator== (GenomeRegion const &a, GenomeRegion const &b) |
| Equality comparison (!= ) for two GenomeRegions. More...
|
|
GenomeRegion | parse_genome_region (std::string const ®ion, bool zero_based=false, bool end_exclusive=false) |
| Parse a genomic region. More...
|
|
GenomeRegionList | parse_genome_regions (std::string const ®ions, bool zero_based=false, bool end_exclusive=false) |
| Parse a set/list of genomic regions. More...
|
|
std::string | to_string (GenomeRegion const ®ion) |
|