Description Usage Arguments Value Author(s) References Examples
Cross validation for FrSVM, an R algorithm, which integrates protein-protein interaction network information into gene selection for microarry classification
1 2 3 4 |
x |
gene expression data |
y |
class labels |
folds |
number of -folds cross validation (CV) |
Gsub |
Adjacency matrix of Protein-protein intersction network |
repeats |
number of CV repeat times |
parallel |
paralle computing or not |
cores |
cores used in parallel computing |
DEBUG |
show more results or not |
d |
damping factor for GeneRank, defaults value is 0.5 |
top.uper |
the uper bound of top ranked genes |
top.lower |
the lower bound of top ranked genes |
seed |
Seed for random sampling. |
Cs |
soft-margin tuning parameter of the SVM. Defaults to |
a LIST for Cross-Validation results
auc |
The AUC values of each test fold |
fits |
The tranined models for traning folds |
feat |
The feature selected by each by the fits |
labels |
the original lables for training |
Yupeng Cun yupeng.cun@gmail.com
Yupeng Cun, Holger Frohlich (2012) Integrating Prior Knowledge Into Prognostic
Biomarker Discovery Based on Network Structure, arXiv:1212.3214
Winter C, Kristiansen G, Kersting S, Roy J, Aust D, et al. (2012) Google Goes
Cancer: Improving Outcome Prediction for Cancer Patients by Network-Based
Ranking of Marker Genes. PLoS Comput Biol 8(5): e1002511.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.