DriverGeneAnalysis | R Documentation |
DrGA is a novel R package that has been developed based on the idea of our recent driver gene analysis scheme. Its aim is to wholy automate the analysis process of driver genes at a low investment of time for this process by merging state-of-the-art statistical tools into one.
DriverGeneAnalysis(organism, sources, methodCC,
exp, clinicalEXP, timeEXP, statusEXP,
datMODULE4, cliMODULE4, timeMODULE4, statusMODULE4,
minClusterSize, verbose,
NetworkType, hm_row_names)
organism |
organism name. Organism names are constructed by concatenating the first letter of
the name and the family name. Example: human - |
sources |
possible biological mechanisms allowed (e.g., Gene Ontology - |
methodCC |
Correlation method type. Allowed values are |
exp |
a data frame or matrix. |
clinicalEXP |
a data frame or matrix.
It includes its rows are samples, and its columns are clinical features of your choice.
Note that if users want to perform survival analysis, |
timeEXP |
a vector of overall survival time. It is a column vector of |
statusEXP |
a vector of overall survival time. It is a column vector of |
datMODULE4 |
a data frame or matrix. |
cliMODULE4 |
a data frame or matrix.
It includes its rows are samples, and its columns are clinical features of your choice.
Note that if users want to perform survival analysis, |
timeMODULE4 |
a vector of overall survival time. It is a column vector of |
statusMODULE4 |
a vector of overall survival time. It is a column vector of |
minClusterSize |
Minimum cluster size. |
verbose |
Default value is |
NetworkType |
network type. Allowed values are (unique abbreviations of) "unsigned", "signed",
"signed hybrid". Default value is |
hm_row_names |
logical. If |
Quang-Huy Nguyen
Quang-Huy Nguyen, Duc-Hau Le. (2022). DrGA: cancer driver gene analysis in a simpler manner. BMC Genomics, 23(1):86.
DriverGeneAnalysis(exp = exp, clinicalEXP = clinicalEXP, timeEXP = clinicalEXP$time, statusEXP = clinicalEXP$status, datMODULE4 = cna, cliMODULE4 = clinicalCNA, timeMODULE4 = clinicalCNA$time, statusMODULE4 = clinicalCNA$status)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.