get_samples_for_regression | R Documentation |
From sample metadata (dataset$samples), get the subset that is included in the
parameter protein_data
, select columns that contain potential regression variables
(using user_provided_metadata()
) and finally apply enforce_sample_value_types()
to
reformat all variables (except "sample_id") to factor or numeric.
get_samples_for_regression(dataset, protein_data)
dataset |
your dataset |
protein_data |
output from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.