#' @importFrom tidytree as.treedata
#' @export
tidytree::as.treedata
#' @importFrom dplyr filter
#' @export
dplyr::filter
#' @importFrom dplyr select
#' @export
dplyr::select
#' @importFrom dplyr mutate
#' @export
dplyr::mutate
#' @importFrom dplyr group_by
#' @export
dplyr::group_by
#' @importFrom dplyr ungroup
#' @export
dplyr::ungroup
#' @importFrom dplyr rename
#' @export
dplyr::rename
#' @importFrom dplyr distinct
#' @export
dplyr::distinct
#' @importFrom dplyr arrange
#' @export
dplyr::arrange
#' @importFrom dplyr pull
#' @export
dplyr::pull
#' @importFrom dplyr slice
#' @export
dplyr::slice
#' @importFrom tidyr nest
#' @export
tidyr::nest
#' @importFrom tidyr unnest
#' @export
tidyr::unnest
#' @importFrom tibble as_tibble
#' @export
tibble::as_tibble
#' @importFrom dplyr left_join
#' @export
dplyr::left_join
#' @importFrom magrittr %>%
#' @export
magrittr::`%>%`
#' @importFrom magrittr %<>%
#' @export
magrittr::`%<>%`
#' @importFrom ggtree td_filter
#' @export
ggtree::td_filter
#' @importFrom ggtree td_unnest
#' @export
ggtree::td_unnest
#' @importFrom SummarizedExperiment colData<-
#' @export
SummarizedExperiment::`colData<-`
#' @importFrom ggplot2 remove_missing
#' @export
ggplot2::remove_missing
#' @importFrom magrittr extract
#' @export
magrittr::extract
#' @importFrom ggplot2 fortify
#' @export
ggplot2::fortify
#' @importFrom SummarizedExperiment rowData
#' @export
SummarizedExperiment::rowData
#' @importFrom SummarizedExperiment colData
#' @export
SummarizedExperiment::colData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.