CalculateSES: SubtypeDrug internal function

View source: R/CalculateSES.R

CalculateSESR 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))

SubtypeDrug documentation built on May 29, 2024, 10:33 a.m.