Description Usage Arguments Value Examples
Run Cox multivariate regression for regulons and other covariates.
1 2 |
tns |
A TNS object, which must have passed GSEA2 analysis. |
regs |
An optional string vector listing regulons to be tested. |
qqkeycovar |
A logical value. If TRUE, only the samples in the 2nd and
3rd quartils of 'keycovar' are used in the analysis. If FALSE, all samples
are used (see |
verbose |
A logical value specifying to display detailed messages (when verbose=TRUE) or not (when verbose=FALSE). |
Cox hazard models and statistics.
1 2 3 4 5 6 7 8 9 10 11 | # load survival data
data(survival.data)
# load TNI-object
data(stni, package = "RTN")
stns <- tni2tnsPreprocess(stni, survivalData = survival.data,
keycovar = c('Age','Grade'), time = 1, event = 2)
stns <- tnsGSEA2(stns)
stns <- tnsCox(stns, regs = c('PTTG1','E2F2','FOXM1'))
tnsGet(stns, "coxTable")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.