SubcloneSeeker
1.0.0
Subclone deconvolution software framework
|
Copy Number Variation. More...
#include <SegmentalMutation.h>
Public Member Functions | |
virtual bool | isEqualTo (SomaticEvent *anotherEvent, unsigned long resolution=10000L) |
![]() | |
SegmentalMutation () | |
![]() | |
SomaticEvent () | |
void | setClusterID (sqlite3_int64 clusterID) |
sqlite3_int64 | clusterID () |
virtual DBObjectID_vec | allObjectsOfCluster (sqlite3 *database, sqlite3_int64 clusterID) |
![]() | |
Archivable () | |
sqlite3_int64 | getId () |
void | setId (sqlite3_int64 nid) |
bool | createTableInDB (sqlite3 *database) |
sqlite3_int64 | archiveObjectToDB (sqlite3 *database) |
bool | unarchiveObjectFromDB (sqlite3 *database, sqlite3_int64 id) |
DBObjectID_vec | vecAllObjectsID (sqlite3 *database) |
Protected Member Functions | |
virtual std::string | getTableName () |
![]() | |
virtual std::string | createObjectStatementStr () |
virtual std::string | updateObjectStatementStr () |
virtual std::string | selectObjectColumnListStr () |
virtual int | bindObjectToStatement (sqlite3_stmt *) |
virtual void | updateObjectFromStatement (sqlite3_stmt *) |
![]() | |
virtual std::string | createTableStatementStr () |
Additional Inherited Members | |
![]() | |
GenomicRange | range |
![]() | |
double | frequency |
![]() | |
sqlite3_int64 | ofClusterID |
![]() | |
sqlite3_int64 | id |
Copy Number Variation.
A copy number variation is a segment of amplified or deleted genomic region.
|
protectedvirtual |
returns the name of the table in which all object of a specific class are stored
Implements SubcloneSeeker::Archivable.
|
virtual |
Check equality
anotherEvent | The other SomaticEvent object to compare to |
resolution | The boundry resolution with respect to chromosome location |
Reimplemented from SubcloneSeeker::SomaticEvent.