a | b/OmicsFold/R/utils-pipe.R | ||
---|---|---|---|
1 | #' Pipe operator |
||
2 | #' |
||
3 | #' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details. |
||
4 | #' |
||
5 | #' @name %>% |
||
6 | #' @rdname pipe |
||
7 | #' @keywords internal |
||
8 | #' @export |
||
9 | #' @importFrom magrittr %>% |
||
10 | #' @usage lhs \%>\% rhs |
||
11 | NULL |
||
12 | |||
13 | #' bicor correlation method from WGCNA. |
||
14 | #' |
||
15 | #' @description |
||
16 | #' This is needed for WGCNA's internal functions to work properly. |
||
17 | #' |
||
18 | #' @name bicor |
||
19 | #' @export |
||
20 | #' @importFrom WGCNA bicor |
||
21 | NULL |