README.md

DrGA: cancer driver gene analysis in a simpler manner

I. Introduction

DrGA is a novel R package that has been developed based on the idea of our most recent driver gene analysis scheme here. It wholly automates the analysis process and attached improvements to maximize user experience with the highest convenience. In particular, it facilitates users with limited IT backgrounds and rapidly creates consistent and reproducible results. We describe the usage of the DrGA on driver genes of human breast cancer using a multi-omics dataset. Besides, we also provide users with another potential application of DrGA on analyzing genomic biomarkers of a complex disease from other species.

II. Understanding the tool and Data Structure

The following are parameters included in DrGA and their role: - organism: organism name. Organism names are constructed by concatenating the first letter of the name and the family name. Example: human - hsapiens, mouse - mmusculus. Default is organism = "hsapiens".

Please download datasets data_n_code and read Supplementary Materials (highly recommended) as examples to well grasp DrGA's easy-to-meet format and its usage.

III. Pipeline

Figure Figure: Pipeline of the package DrGA.

IV. Implementation

Use the following command to install directly from GitHub;

devtools::install_github("huynguyen250896/DrGA", dependencies = T)

Call the nescessary libraries;

x = c("DrGA", "dplyr", "survival", "tibble", "tidyr", "ComplexHeatmap", 
     'cluster', 'mclust', 'clValid', 'Biobase', 'annotate', 'GO.db', 
     'mygene', "dynamicTreeCut", "flashClust", "Hmisc", "WGCNA","purrr",
     "gprofiler2", "table1", "compareGroups")
lapply(x, require, character.only = TRUE)

running example:

drga = DriverGeneAnalysis(exp = exp, clinicalEXP = clinicalEXP, timeEXP = clinicalEXP$time, statusEXP = clinicalEXP$status, 
                   datMODULE4 = cna,  cliMODULE4 = clinicalCNA, timeMODULE4 = clinicalCNA$time, statusMODULE4 = clinicalCNA$status)

V. Citation

Please kindly cite the following paper (and Star this Github repository if you find this tool of interest) if you use the tool in this repo:

Reference Type: Journal Article
Author: Nguyen, Quang-Huy
Nguyen, Tin
Le, Duc-Hau
Year: 2022
Title: DrGA: cancer driver gene analysis in a simpler manner
Journal: BMC Genomics
Volume: 23
Issue: 1
Pages: 86
Date: 2022/03/05
ISSN: 1471-2105
DOI: 10.1186/s12859-022-04606-0

Feel free to contact Quang-Huy Nguyen for any questions about the code and results.



huynguyen250896/DrGA documentation built on Oct. 18, 2023, 5:47 a.m.