Skip to contents

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.

Usage

load_prebuilt_wss_model(prebuilt = "core_AD_plasma_biomarkers")

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.