AccumulateNormal: SubtypeDrug internal function

Description Usage Arguments Details Value Author(s) Examples

View source: R/AccumulateNormal.R

Description

Infering patient-specific subpathway activity profiles.

Usage

1
AccumulateNormal(x_matrix, control_index)

Arguments

x_matrix

A subpathway activity profile. rows are subpathwyas, columns are samples.

control_index

A vector. In the sample of the subpathway activity profile, the position of control samples.

Details

AccumulateNormal

Value

A matrix.

Author(s)

Xudong Han, Junwei Han, Chonghui Liu

Examples

1
2
x<-matrix(c(1:10),ncol = 5)
x1<-AccumulateNormal(x,c(3,5))

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