Description Usage Arguments Value Author(s) References Examples
Cross validation for smoothed t-statistic to select significant top ranked differential expressed genes
1 2 3 |
x |
A p x n matrix of expression measurements with p samples and n genes. |
x.mi |
A p x m matrix of expression measurements with p samples and m miRNAs. |
y |
A factor of length p comprising the class labels. |
folds |
Folds number of folds to perform |
Gsub |
An adjacency matrix that represents the underlying biological network. |
op.method |
Method for selecet optimal feature subgoups: pt is permutation test, sp is span bound. |
repeats |
Number of how often to repeat the x-fold cross-validation |
parallel |
Use parallel computing or not |
cores |
Number of cores will used when parallel is TRUE |
DEBUG |
Show debugging information in screen more or less. |
pt.pvalue |
Cut off p-value of permutation test |
op |
Optimal on top op |
aa |
permutation test steps for permutation test (pt); low bounds top op |
a |
constant value of random walk kernel |
p |
random walk step(s) of random walk kernel |
allF |
Using all features (TRUE) or only these genes mapped to prior information (FALSE). |
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 (2013) Network and Data Integration for Biomarker Signature Discovery via Network Smoothed T-Statistics. PLoS ONE 8(9): e73074.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.