AccumulateNormal {SubtypeDrug}R Documentation

SubtypeDrug internal function

Description

Infering patient-specific subpathway activity profiles.

Usage

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

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

[Package SubtypeDrug version 0.1.9 Index]