Description Usage Arguments Value Author(s) References See Also Examples
Training and predicting using PAC classification methods
1 | classify.pac(fold, cuts, x, y, cv.repeat, Gsub, int, DEBUG = FALSE)
|
fold |
number of -folds cross validation (CV) |
cuts |
list for randomly divide the training set in to x-x-folds CV |
Gsub |
an adjacency matrix that represents the underlying biological network. |
x |
gene expression data |
y |
a factor of length p comprising the class labels. |
cv.repeat |
model for one CV training and predicting |
int |
Intersect of genes in network and gene expression profile. |
DEBUG |
show debugging information in screen or not. |
fold |
the recored for test fold |
auc |
The AUC values of test fold |
train |
The tranined models for traning folds |
feat |
The feature selected by each by the train |
Yupeng Cun yupeng.cun@gmail.com
Lee E, Chuang H-Y, Kim J-W, Ideker T, Lee D (2008) Inferring Pathway Activity toward Precise Disease Classification. PLoS Comput Biol 4(11): e1000217. doi:10.1371/journal.pcbi.1000217
See Also as cv.pac
1 | #see cv.pac
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.