R/goat-package.R

Defines functions .onUnload

#' goat: Gene Set Analysis Using the Gene Set Ordinal Association Test
#'
#' @description
#' Perform gene set enrichment analyses using the
#' Gene set Ordinal Association Test (GOAT) algorithm
#' and visualize your results.
#' @name goat
#' @useDynLib goat, .registration=TRUE
#' @keywords internal
#' @import dplyr
#' @importFrom Rcpp sourceCpp
"_PACKAGE"

#' cleanup Rcpp code
#'
#' @param libpath library path
#' @noRd
.onUnload = function(libpath = NULL) {
  library.dynam.unload("goat", libpath)
}

Try the goat package in your browser

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

goat documentation built on April 3, 2025, 6:05 p.m.