Learn R Programming

SubtypeDrug (version 0.1.9)

AccumulateNormal: SubtypeDrug internal function

Description

Infering patient-specific subpathway activity profiles.

Usage

AccumulateNormal(x_matrix, control_index)

Value

A matrix.

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.

Author

Xudong Han, Junwei Han, Chonghui Liu

Details

AccumulateNormal

Examples

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

Run the code above in your browser using DataLab