geneSA | R Documentation |
a log-rank test in univariate Cox regression analysis with a proportional hazards model is performed to examine the association between each gene and patient outcome. Genes with Q-value <= 0.05 (Benjamini-Hocberg procedure) are preserved. More detailed information on requirements of as well as how to implement this tool, please visit my Github repository: https://github.com/huynguyen250896/geneSA
geneSA(data, time, status, Pcut, Qcut, univariate)
data |
data frame or matrix. It represents its rows are samples and its columns are genomic features.
Note that samples in rows of |
time |
time numeric or integer column vector. It is overall survival time of all samples extracted from
your clinical data. Note that samples in rows of clinical data are included in |
status |
binary column vector. It is overall survival status of all samples extracted from your clinical
data (usually coded as 1 = death, 0 = alive). Note that samples in rows of clinical data are included in |
Pcut |
numeric. A user-defined P-value threshold to define statistical significance level. Default value is P-value <= 0.05. |
Qcut |
numeric. A user-defined Q-value threshold to define statistical significance level. Default value is Q-value <= 0.05. |
univariate |
boolean. Whether |
Quang-Huy Nguyen
Quang-Huy Nguyen, Duc-Hau Le. (2020). Improving existing analysis pipeline to identify and analyze cancer driver genes using multi-omics data. Scientific Reports, 10(1):20521.
geneSA(data = exp1, time = clinical_exp$OS_MONTHS, status = clinical_exp$status, Pcut = 0.05, Qcut = 0.05, univariate = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.