knitr::opts_chunk$set(echo = TRUE)
# define all requiered variables peptide_counts_table <- counts unique_peptide_counts_table <- counts_unique coverage_table <- coverage coverage_barplot <- plot circos_plot_path <- temporal_file
\footnotesize
pander::pandoc.table(peptide_counts_table, digits = 4, split.table = Inf, caption = 'Number of peptides per chromosome.')
\newpage
pander::pandoc.table(unique_peptide_counts_table, digits = 4, split.table = Inf, caption = 'Number of unique peptides per chromosome.')
\newpage
pander::pandoc.table(coverage_table, digits = 4, split.table = Inf, caption = 'Coverage (%) at transcript level.')
\newpage
coverage_barplot
\newpage
knitr::include_graphics(path = circos_plot_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.