undirected_nes | R Documentation |
Computes the Undirected NES
undirected_nes(R, S, AW.AM.abs.prod, E.r, E.r2, n)
R |
Rank normalized ges matrix (genes x samples). |
S |
Sign of ges matrix (genes x samples). |
AW.AM.abs.prod |
Product of the association weight (AW) and absolute value of the association mode (AM.abs) matrices created from the regulon list. |
E.r |
Expected value of r in each sample (scalar value). |
E.r2 |
Expected value of r^2 in each sample (scalar value). |
n |
Number of samples (scalar value). |
List of matrices, each (regulons x samples): Enrichment score matrix 'es'; expected value 'exp'; variance 'var'; NES matrix 'NES'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.