NaRnEA | R Documentation |
Nonparametric analytical rank-based enrichment analysis (NaRnEA) function
NaRnEA( signature, association.weight, association.mode, ledge = TRUE, minimum.size = 30, seed = 1 )
signature |
Gene expression signature (named numeric vector) |
association.weight |
Association Weight values for gene set members (named numeric vector) |
association.mode |
Association Mode values for gene set members (named numeric vector) |
ledge |
Flag to compute ledge p-values for gene set members. |
minimum.size |
Minimum number of gene set members. Default of 30. |
seed |
Random number generator seed to ensure reproducibility manner. Default of 1. |
A list with the Proportional Enrichment Score (PES), Normalized Enrichment Score (NES), and the leading edge p-values (NA if ledge set to FALSE).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.