R/topr.R

#'  topr
#'
#' @description A package for viewing and annotating genetic association data
#' @name topr
#' @section topr functions:
#' The main plotting functions are:
#' * \code{\link{manhattan}} to create Manhattan plot of association results
#' * \code{\link{regionplot}} to create regional plots of association results for smaller genetic regions
#' @examples
#' library(topr)
#' # Create a manhattan plot using
#' manhattan(CD_UKBB)
#'
#' # Create a regional plot
#' regionplot(CD_UKBB, gene="IL23R")
#' @keywords internal
#' @importFrom stats setNames
#' @importFrom utils globalVariables
"_PACKAGE"

Try the topr package in your browser

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

topr documentation built on April 13, 2026, 5:07 p.m.