ESscore_weighted {iPRISM} | R Documentation |
Weighted Enrichment Score Calculation
Description
Calculates the weighted enrichment score (ES) for a given set of labels and correlation vector.
Usage
ESscore_weighted(labels.list, correl.vector = NULL)
Arguments
labels.list |
A binary vector indicating membership in a gene set (1 for inclusion, 0 for exclusion). |
correl.vector |
A vector of correlation values (e.g., gene expression correlations). |
Value
The weighted enrichment score (ES) for the given labels and correlation vector.
[Package iPRISM version 0.1.1 Index]