Some prebuilt reference sets ship a fitted joinet model (a two-layer
elastic net) that predicts all of that reference set's module scores from
a small set of covariates, without needing to measure the full proteomic
panel. See predict_WSS() to predict from this model directly.
Arguments
- prebuilt
Name of a prebuilt reference set. See
list_prebuilt_wss()for available options.
Value
A list with components model (the fitted joinet object),
outcomes (the module names it predicts), x_cols (the required
predictor columns, in order), and variant; or NULL if the given
reference set has no associated prediction model.
