R/imports.R

#' pipe operator (from magrittr)
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
# #' @export
#' @importFrom magrittr %>%
# #' @usage lhs \%>\% rhs
NULL

#' bind_rows (imported from dplyr)
#'
#' @name bind_rows
#' @rdname bind_rows
#' @keywords internal
# #' @export
#' @importFrom dplyr bind_rows
NULL

#' ldply (imported from plyr)
#'
#' @name ldply
#' @rdname ldply
#' @keywords internal
# #' @export
#' @importFrom plyr ldply
NULL


#' topGO
#' @name topGO
#' @rdname topGO
#' @keywords internal
#' @import topGO
NULL


#' unlist2 (imported from AnnotationDbi)
#'
#' @name unlist2
#' @rdname unlist2
#' @keywords internal
# #' @export
#' @importFrom AnnotationDbi unlist2
NULL

# # comment out topGO individual functions, import full package instead
# #' runTest (imported from topGO)
# #'
# #' @name runTest
# #' @rdname runTest
# #' @keywords internal
# #' @export
# #' @importFrom topGO runTest
#' NULL

# #' sigGenes (imported from topGO)
# #'
# #' @name sigGenes
# #' @rdname sigGenes
# #' @keywords internal
# #' @export
# #' @importFrom topGO sigGenes
#' NULL

# #' printGraph (imported from topGO)
# #'
# #' @name printGraph
# #' @rdname printGraph
# #' @keywords internal
# #' @export
# #' @importFrom topGO printGraph
#' NULL

# #' GenTable (imported from topGO)
# #'
# #' @name GenTable
# #' @rdname GenTable
# #' @keywords internal
# #' @export
# #' @importFrom topGO GenTable
#' NULL

# #' genesInTerm (imported from topGO)
# #'
# #' @name genesInTerm
# #' @rdname genesInTerm
# #' @keywords internal
# #' @export
# #' @importFrom topGO genesInTerm
#' NULL

# #' readMappings (imported from topGO)
# #'
# #' @name readMappings
# #' @rdname readMappings
# #' @keywords internal
# #' @export
# #' @importFrom topGO readMappings
#' NULL
oberstal/pfGO documentation built on April 22, 2024, 7:15 a.m.