#' The \pkg{GenomicInteractions} package
#'
#' The \pkg{GenomicInteractions} package provides basic classes and methods
#' for representing and manipulating chromosome conformation data.
#' This includes the \linkS4class{GenomicInteractions} class
#' with methods for computing linear distances, finding the bounding box and identifying overlaps in one and two dimensions.
#'
#' @name GenomicInteractions-package
#' @rdname GenomicInteractions-package
#' @docType package
#' @import methods
#' @importFrom Rcpp sourceCpp
#' @useDynLib GenomicInteractions
#' @examples
#' library(GenomicInteractions)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.