Skip to contents

This blueprint contains the following steps:

Usage

blueprint_default(preprocess = TRUE, enrich = TRUE, traits = TRUE)

Arguments

preprocess

Whether to include step_preprocess().

enrich

Whether to include the enrichment steps, i.e. step_sig_enrich_go(), step_sig_enrich_kegg(), and step_sig_enrich_reactome().

traits

Whether to include the derived trait analysis steps, i.e. step_derive_traits() and step_dea_limma(on = "trait_exp").

Value

A glysmith_blueprint object.

Examples

blueprint_default()
#> 
#> ── Blueprint (13 steps) ──
#> 
#> • step_ident_overview()
#> • step_preprocess()
#> • step_plot_qc(when = "post")
#> • step_pca()
#> • step_dea_limma()
#> • step_volcano()
#> • step_heatmap(on = "sig_exp")
#> • step_sig_enrich_go()
#> • step_sig_enrich_kegg()
#> • step_sig_enrich_reactome()
#> • step_derive_traits()
#> • step_dea_limma(on = "trait_exp")
#> • step_heatmap(on = "sig_trait_exp")