Description Usage Arguments Value Author(s) References Examples
View source: R/hubNetworkAnalysisCV.R
Cross validation for hub nodes classification, which described in Taylor et al.(2009).
1 2 3 |
x |
a p x n matrix of expression measurements with p samples and n genes. |
y |
a factor of length p comprising the class labels. |
folds |
number of -folds cross validation (CV) |
repeats |
number of CV repeat times |
parallel |
paralle computing or not |
cores |
cores used in parallel computing |
DEBUG |
show more results or not |
nperm |
number of permutation test steps |
node.ct |
cut off value for select highly quantile nodes in a nwtwork. Defaults to |
Gsub |
an adjacency matrix that represents the underlying biological network. |
Gs |
Undirected of graph with adjacency matrix Gsub. |
seed |
Seed for random sampling. |
Cs |
Soft-margin tuning parameter of the SVM. Defaults to |
auc |
The AUC values of each test fold |
fits |
The tranined models for traning folds |
feat |
The selected features of each training folds |
labels |
the original lables for training |
Yupeng Cun yupeng.cun@gmail.com
Taylor et al.(2009)Dynamic modularity in protein interaction networks predicts breast cancer outcome, Nat. Biotech.: doi: 10.1038/nbt.1522
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.