R/globalvariables.R

#' Global Variables
#'
#' This block declares global variables to avoid R CMD check warnings.
#'
#' @name globalVariables
#' @title Global Variables Declaration
#' @keywords internal
utils::globalVariables(c("motif", "start", "ID", "length", "seq_order", "end", "name", 
                         "class", "class.x", "support", "x", "y", "yend", "Group","frequency",
                         "element", "value"
                         ))

Try the BioVizSeq package in your browser

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

BioVizSeq documentation built on Aug. 22, 2025, 9:13 a.m.