driveR
Prioritizing Cancer Driver Genes Using Genomics Data
A cancer driver prioritization package that ships rarely and mostly to stay installable
◆Recent moves
- 7mo ago
Gene-level copy number input accepted, annotation packages made optional
Accepts gene-level SCNA data frames in create_features_df(), which removes a preprocessing step for users whose copy number data already sits at gene resolution, and ships an example table to document the format. The annotation database move to Suggests follows CRAN policy and cuts what a plain install pulls in, at the cost of an error rather than a fallback when they are missing.
View source ↗ - 3y ago
CRAN documentation error fixed
A single fix for a package documentation issue flagged by CRAN checks. The only release in a three-year stretch, and it contains nothing user-facing.
View source ↗ - 4y ago
GRCh38 genome build supported
Adds GRCh38 support, letting the package work with the reference build most current sequencing pipelines produce rather than requiring liftover to hg19. A one-line release note for what is the most consequential change in the package's recent history.
View source ↗ - 4y ago
Cancer-type-specific thresholds updated
Refreshes the cancer-type-specific thresholds that determine which genes are called drivers, and updates citations to the published method article. Threshold changes alter which genes a given dataset returns, so this is more than housekeeping despite the short note.
View source ↗ - 5y ago
MCR coordinates converted to hg19 and the model retrained
Fixes MCR table coordinates that were still on hg18 and rebuilds the multi-task learning model on the corrected data. The second consecutive release where a data-level error propagated into the shipped model, which is the risk of bundling a trained classifier with its reference tables.
View source ↗ - 5y ago
Copy number score was never being computed, model rebuilt
A column name assigned as transcript_overlap_percent instead of MCR_overlap_percent meant create_SCNA_score_df() produced no SCNA score at all, and the classification model and thresholds had to be retrained once it was fixed. Also generalizes hotspot gene determination to accept occurrence annotations from different COSMIC versions.
View source ↗