SHORE API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
shore::genomic_range Struct Reference

Range on a genomic sequence where start and end may be on different chromosomes. More...

Public Member Functions

 genomic_range (const std::string &startseq, const long startpos, const std::string &endseq, const long endpos)
 
 genomic_range (const std::string &startseq, const long startpos, const long endpos)
 

Static Public Member Functions

static std::string esc (const std::string &seqstr)
 

Public Attributes

genomic_coor start
 Start.
 
genomic_coor end
 End, exclusive.
 

Detailed Description

Range on a genomic sequence where start and end may be on different chromosomes.


The documentation for this struct was generated from the following file: