Description Usage Arguments Value Author(s) References Examples
This function computes the DART activation score of the model signature for the samples of a data matrix. This data matrix can be the same data matrix in which DART was applied or it could be a totally independent data set.
1 | PredActScore(prNet.o, data.m)
|
prNet.o |
Output |
data.m |
A data matrix (numeric) with rows labeling genes/probes and columns labeling samples in which the signature activity scores are desired. |
A list with following elements:
adj |
Adjacency matrix of the DART network for the genes found in the data set given by |
sign |
The corresponding model signature vector for the genes found in the data set. |
score |
A vector of the signature/pathway activity scores for each sample in the data set. |
Andrew E Teschendorff, Yan Jiao
Jiao Y, Lawler K, Patel GS, Purushotham A, Jones AF, Grigoriadis A, Ng T, Teschendorff AE. (2011) Denoising algorithm based on relevance network topology improves molecular pathway activity inference. BMC Bioinformatics 12:403.
Teschendorff AE, Gomez S, Arenas A, El-Ashry D, Schmidt M, et al. (2010) Improved prognostic classification of breast cancer defined by antagonistic activation patterns of immune response pathway modules. BMC Cancer 10:604.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.