Description Usage Arguments Value References See Also Examples
Uses tni.area3
function to compute regulon activity
for TNS class objects.
1 2 |
tns |
A TNS class, which has been preprocessed |
... |
Additional parameters passed to |
A TNS class, with added regulon activity scores.
Alvarez et al. Functional characterization of somatic mutations in cancer using network-based inference of protein activity. Nature Genetics, 48(8):838-847, 2016.
tni.area3
for additional details.
1 2 3 4 5 6 7 8 9 10 | # load survival data
data(survival.data)
# load TNI-object
data(stni, package = "RTN")
stns <- tni2tnsPreprocess(stni, survivalData = survival.data,
keycovar = c('Grade','Age'), time = 1, event = 2)
stns <- tnsAREA3(stns)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.