R/NanoMethViz-package.R

#' @details The main plotting functions in this package are [plot_gene()] and
#'   [plot_region()].
#'
#'   * See \code{vignette("ImportingData", package = "NanoMethViz")} for how to import data from Nanopolish and f5c.
#'   * See \code{vignette("Introduction", package = "NanoMethViz")} for how to create visualisations using this package.
#' @docType package
#'
#' @importFrom dplyr %>%
#' @importFrom methods new .valueClassTest is
#' @importFrom rlang .data
#' @importFrom ggplot2 aes geom_rect geom_segment geom_text ggplot theme_void
#'   xlim ylim ggplot_build rel unit geom_vline
#' @importFrom dplyr filter group_by ungroup inner_join mutate n select summarise case_when
#' @importFrom tidyr unnest
#' @importFrom glue glue
#' @importFrom assertthat assert_that is.readable is.writeable is.dir
#' @importFrom stringr str_extract
#' @importFrom readr cols col_character col_integer col_logical col_double
#' @importFrom tibble tibble as_tibble add_column
#' @import patchwork
#' @import assertthat
#' @import fs
#' @import zlibbioc
#' @import Rcpp
#' @useDynLib NanoMethViz
#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL

Try the NanoMethViz package in your browser

Any scripts or data that you put into this service are public.

NanoMethViz documentation built on Nov. 8, 2020, 4:51 p.m.