Usage
classify.hubc(fold, r, cuts, x, y, cv.repeat, Gsub = Gsub, DEBUG = DEBUG, gHub = gHub, hubs = hubs, nperm = nperm, node.ct = node.ct, Cs = Cs)
Arguments
fold
number of -fold cross validation (CV)
cuts
list for randomly divide the training set in to x-x-fold CV
Gsub
an adjacency matrix that represents the underlying biological network.
y
a factor of length p comprising the class labels.
cv.repeat
model for one CV training and predicting
DEBUG
show debugging information in screen more or less.
gHub
Subgraph of hubs of graph Gs
nperm
number of permutation test steps
node.ct
cut off value for select highly quantile nodes in a nwtwork. Defaults to 0.98).
Cs
Soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3).