| 
    SubcloneSeeker
    1.0.0
    
   Subclone deconvolution software framework 
   | 
 
Classes | |
| class | ClusterNotFoundError | 
| class | ClusterPairAlreadyObservedError | 
Public Member Functions | |
| CoexistanceTable (const std::vector< EventCluster > &clusters) | |
| void | NewCase () | 
| void | ObserveCoexistance (const EventCluster &cluster1, const EventCluster &cluster2) | 
Protected Attributes | |
| clusterIndexMapT | clusterIndexMap | 
| unsigned long ** | clusterCoexistanceMap | 
| bool ** | clusterCoexistanceOnceMap | 
| unsigned long | caseCount | 
| size_t | clusterCount |