Description Usage Arguments Value Author(s) See Also
predict_classification_model
makes predictions of gene expression
levels using a model trained on higher order methylation features extracted
from specific genomic regions.
1 | predict_classification_model(model, test, is_summary = TRUE)
|
model |
The fitted regression model, i.e. the output of
|
test |
The testing data. |
is_summary |
Logical, print the summary statistics. |
A list containing the following elements:
test_pred
: The predicted values for the test data.
test_errors
: The test error metrics.
C.A.Kapourani C.A.Kapourani@ed.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.