View source: R/report_as_rmarkdown.R
generate_pdf_report | R Documentation |
Normally used as part of the analysis_quickstart() function, refer to its implementation for example code.
generate_pdf_report(
dataset,
output_dir,
norm_algorithm = "vwmb",
rollup_algorithm = "maxlfq",
pca_sample_labels = "auto",
var_explained_sample_metadata = NULL
)
dataset |
your dataset |
output_dir |
output directory where all output files are stored, must be an existing directory |
norm_algorithm |
normalization algorithm(s). See |
rollup_algorithm |
peptide-to-protein rollup strategy. See |
pca_sample_labels |
configuration for PCA plot labels. See |
var_explained_sample_metadata |
configuration for variance-explained analyses. See |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.