Description Usage Arguments Value
This function is the main wrapper around the Citrus model building functionality
1 | get_model(features, endpoint, model.type)
|
endpoint |
A vector of length equal to |
model.type |
The type of model, either |
A citrus.regressionResult
object with the following properties:
regularizationThresholds |
Regularization thresholds used to constrain all constructed models. Not applicable for |
foldModels |
A |
finalModel |
A |
thresholdCVRates |
Matrix containing the average error rate and standard error of models at each regularization threshold. FDR also reported where possible. |
cvMinima |
Values and indicies of pre-selected cross-validation error-rate thresholds. |
differentialFeatures |
Non-zero model features and corresponding clusters from the |
modelType |
Type of model fit on data. |
family |
Family of regression model. |
labels |
Endpoint labels of analyzed samples. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.