|
| bool | is_covered (GenomeLocusSet const &loci, std::string const &chromosome, size_t position) |
| | Test whether the chromosome/position is within a given GenomeLocusSet. More...
|
| |
| template<class T > |
| bool | is_covered (GenomeLocusSet const &loci, T const &locus) |
| | Test whether the chromosome/position of a locus is within a given GenomeLocusSet. More...
|
| |
| bool | is_covered (GenomeLocusSet const &loci, VcfRecord const &variant) |
| |
| 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...
|
| |
| template<class T > |
| bool | is_covered (GenomeRegion const ®ion, T const &locus) |
| | Test whether the chromosome/position of a locus is within a given genomic region. More...
|
| |
| bool | is_covered (GenomeRegion const ®ion, VcfRecord const &variant) |
| |
| bool | is_covered (GenomeRegionList const ®ions, std::string const &chromosome, size_t position) |
| | Test whether the chromosome/position is within a given list of genomic regions. More...
|
| |
| template<class T > |
| bool | is_covered (GenomeRegionList const ®ions, T const &locus) |
| | Test whether the chromosome/position of a locus is within a given list of genomic regions. More...
|
| |
| bool | is_covered (GenomeRegionList const ®ions, VcfRecord const &variant) |
| |
| 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) |
| |