Nothing
# Set global options knitr::opts_chunk$set(eval = TRUE, include = TRUE, echo = TRUE, message = FALSE, warning = FALSE, error = FALSE, dpi = 72) # Define custom hooks for handling errors, warnings, and messages during knitting knitr::knit_hooks$set( error = function(x, options){ paste('\n\n<div class="alert alert-danger">', gsub('##', '\n', gsub('^##\ Error', '**Error**', x)), '</div>', sep = '\n')}, warning = function(x, options){ paste('\n\n<div class="alert alert-warning">', gsub('##', '\n', gsub('^##\ Warning:', '**Warning**', x)), '</div>', sep = '\n')}, message = function(x, options){ paste('\n\n<div class="alert alert-info">', gsub('##', '\n', x), '</div>', sep = '\n')}) #Load AntibodyForests functions devtools::load_all(".")
VDJ_build()
functionAf_build()
functionAf_plot_tree()
functionAf_compare_methods()
functionAf_compare_within_repertoires()
functionAf_compare_across_repertoires()
functionAny scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.