View source: R/AccumulateNormal.R
AccumulateNormal | R Documentation |
Infering patient-specific subpathway activity profiles.
AccumulateNormal(x_matrix, control_index)
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. |
AccumulateNormal
A matrix.
Xudong Han, Junwei Han, Chonghui Liu
x<-matrix(c(1:10),ncol = 5)
x1<-AccumulateNormal(x,c(3,5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.