R/aPEAR-package.R

#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom utils globalVariables
#' @importFrom dplyr %>%

# Just a list of all variables used by data.tables across all the package
utils::globalVariables(c(
	'ClusterID.x', 'ClusterID.y', 'Value', '.', 'Path1', 'Path2',
	'Score', 'ClusterID', 'Pathway', 'Cluster', 'x', 'y', 'Cluster.x',
	'Cluster.y', 'value', 'Var1', 'Var2', 'Color', 'xStart', 'yStart',
	'xEnd', 'yEnd', 'Size', 'Label', 'Description', 'ClusterSize',
	'from', 'to', 'Ranks', 'genesCol', 'Genes'
))

## usethis namespace: end
NULL

Try the aPEAR package in your browser

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

aPEAR documentation built on July 9, 2023, 6:16 p.m.