Description Usage Arguments Value Warning Author(s) See Also
Simulate two data sets, merge them and evaluate the performance of the gene signature derived from the merged data set in 10 iterations of 10-fold cross-validation. The data sets are combined into one set, split into the training and testing sets which are then normalized by Z-score normalization.
1 | eval.merge.simulate(d1, d2, tot.genes, gene.nb, zscore)
|
d1 |
Matrix of gene expression data of the first simulated data sets. |
d2 |
Matrix of gene expression data of the second simulated data set. |
tot.genes |
Number of total genes. |
gene.nb |
Number of true survival genes to identify. |
zscore |
An integer (1 or 0) specifying whether to apply Z-score normalization or not. |
None.
This function is not called by the user directly.
Haleh Yasrebi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.