Learn R Programming

netClass (version 1.0)

classify.pac: Training and predicting using PAC classification methods

Description

Training and predicting using PAC classification methods

Usage

classify.pac(fold, cuts, x, y, cv.repeat, int, DEBUG = FALSE)

Arguments

fold
number of -folds cross validation (CV)
cuts
list for randomly divide the training set in to x-x-folds CV
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.

Value

  • foldthe recored for test fold
  • aucThe AUC values of test fold
  • trainThe tranined models for traning folds
  • featThe feature selected by each by the train

References

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

See Also as {pac.cv}

Examples

Run this code
#see \name{FrSVM.cv}

Run the code above in your browser using DataLab