predictions: (list) A predictions object, as produced by get_predictions().
pred_model: (list) A predictive model, as produced by pred_first_fit(), pred_refit_panel() or pred_refit_range().
gen_model: (list) A generative model, as produce by fit_gen_model
training_matrix: (sparse matrix) A training matrix, as produced by get_tables()matrixorgettablefrommaf()matrix.
gene_lengths: (data frame) A data frame with columns 'Hugo_Symbol' and 'max_cds'. See example_maf_data$gene_lengths, or ensembl_gene_lengths for examples.
biomarker_values: (data frame) A data frame containing the true values of the biomarker in question.
alpha: (numeric) Confidence level for error bounds.
range_factor: (numeric) Value specifying how far beyond the range of max(biomarker) to plot confidence region.
s: (numeric) If input predictions are for a range of panels, s chooses which panel (column in a pred_fit object) to produce predictions for.
max_panel_length: (numeric) Select panel by maximum length.
biomarker: (character) Which biomarker is being predicted.
marker_mut_types: (character) If biomarker is not one of "TMB" or "TIB", then this is required to specify which mutation type groups constitute the biomarker.
model: (character) The model (must be based on a linear estimator) for which prediction intervals are being generated.