multovl
1.3
Multiple overlaps of genomic regions
|
Ancestor regions representing the regions giving rise to overlaps. More...
#include <string>
#include <set>
#include <vector>
#include <boost/serialization/base_object.hpp>
#include "region.hh"
Go to the source code of this file.
Classes | |
class | multovl::AncestorRegion |
AncestorRegion objects represent the regions that give rise to overlaps. They are essentially Region-s, with the additional track ID attribute (an uint) that indicates which track they belong to. Track IDs are assigned by client programs and may indirectly refer to files or database objects. More... | |
Namespaces | |
multovl | |
Namespace for the MULTOVL tools. | |
Typedefs | |
typedef std::multiset < AncestorRegion > | multovl::ancregset_t |
Ancestor regions representing the regions giving rise to overlaps.