Nothing
# .check_immundata <- function (.object) {
# if (!is.instance(.object, "ImmunData")) {
# stop("Error: the input object is not of class ImmunData. Immunarch works on ImmunData only. Helpful manual: ...")
# }
# }
#
# .repertoire_overlap <- function (.data, .method, .verbose = TRUE, ...) {
# check_immundata(.data)
# }
#
# .gene_usage <- function (.data, .gene, .type, .use_counts, .norm, .gene_vec) {
#
# }
#
# .repertoire_diversity <- function (.data, .method, .verbose = TRUE, ...) {
#
# }
#
# .track_clonotypes <- function () {
#
# }
#
# .public_repertoire <- function () {
#
# }
Any 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.