| 
    SubcloneSeeker
    1.0.0
    
   Subclone deconvolution software framework 
   | 
 
A point on a reference genome. More...
#include <GenomicLocation.h>
  
 Public Member Functions | |
| GenomicLocation () | |
| virtual bool | operator< (const GenomicLocation &another) const | 
| virtual bool | operator> (const GenomicLocation &another) const | 
Public Attributes | |
| int | chrom | 
| unsigned long | position | 
A point on a reference genome.
This class represents a point location on a (implied) reference genome. It consists of a chromosome id, and a position.
The position is 0 based
      
  | 
  inline | 
minimal constructor to reset all member variables
      
  | 
  inlinevirtual | 
GenomicLocation compare operator <
| another | The other GenomicLocation to compare to | 
      
  | 
  inlinevirtual | 
GenomicLocation compare operator >
| another | The other GenomicLocation to compare to | 
| int SubcloneSeeker::GenomicLocation::chrom | 
The integer id of the chromosome
| unsigned long SubcloneSeeker::GenomicLocation::position | 
The 0-based position