[e26484]: / OmicsFold / R / utils-pipe.R

Download this file

22 lines (20 with data), 395 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
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