Description Usage Arguments Value
View source: R/HeatmapSurvGroup.R
This function compute the heatmap of genes selected by the combination of BMD-screening and network methods by dividing the patiens in high- and low-risk survival group.
1 2 3 4 5 6 7 8 9 10 | HeatmapSurvGroup(
x1,
x2,
screenVars,
beta,
PI.train,
opt.cutoff,
PI.test,
th = 3.5
)
|
x1 |
input training matrix n1xp. |
x2 |
input training matrix n2xp. |
screenVars |
screened variables obtained from BMD- or DAD-, or BMD+DAD-screening. |
beta |
regression coefficients. |
PI.train |
prognostic index on training set T. |
PI.test |
prognostic index on testing set D. |
th |
threshold for the z-score. Default is |
Heatmap on training set T and testing set D divided in high-and low-risk survival groups.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.