CalculateSES {SubtypeDrug} | R Documentation |
SubtypeDrug internal function
Description
Calculate subpathway enrichment score.
Usage
CalculateSES(labels.list, correl.vector = NULL)
Arguments
labels.list |
A vector of 0 and 1. |
correl.vector |
A vector. The weight value used to calculate the enrichment score. |
Details
CalculateSES
Value
A vector.
Author(s)
Xudong Han, Junwei Han, Chonghui Liu
Examples
x<-CalculateSES(sample(c(0,1),10,replace = TRUE),c(1:10))
[Package SubtypeDrug version 0.1.9 Index]