View source: R/sleuth_pre_processing.R
sleuth_interpret | R Documentation |
Automate the running of sleuth_prep and sleuth_fit on all provided metadata files and the associated models
sleuth_interpret(data, num_core = 1, ...)
data |
A data frame containing metadata file name, metadata tibble file, model names, and model formulae |
num_core |
An integer for the number of cores to be used for sleuth_prep |
... |
Can add in other parameters that will be passed to sleuth_prep |
Sleuth object named using the associated metadata file name and processed with sleuth_prep() and sleuth_fit()
# Given a sample data frame containing a metadata_file_name, metadata_file, model_name, and model_data (formulae), # create a sleuth object that has been processed using sleuth_prep() followed by sleuth_fit() sleuth_interpret(analysis_data, num_core = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.