CalculateSES: SubtypeDrug internal function

Description Usage Arguments Details Value Author(s) Examples

View source: R/CalculateSES.R

Description

Calculate subpathway enrichment score.

Usage

1
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

1
x<-CalculateSES(sample(c(0,1),10,replace = TRUE),c(1:10))

SubtypeDrug documentation built on May 17, 2021, 9:09 a.m.