--- a
+++ b/OmicsFold/R/utils-pipe.R
@@ -0,0 +1,21 @@
+#' Pipe operator
+#'
+#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
+#'
+#' @name %>%
+#' @rdname pipe
+#' @keywords internal
+#' @export
+#' @importFrom magrittr %>%
+#' @usage lhs \%>\% rhs
+NULL
+
+#' bicor correlation method from WGCNA.
+#'
+#' @description
+#' This is needed for WGCNA's internal functions to work properly.
+#'
+#' @name bicor
+#' @export
+#' @importFrom WGCNA bicor
+NULL