R/adaptiveMatthewCor.R

Defines functions amcc

Documented in amcc

#' Adaptive Matthews Correlation Coefficient
#' 
#' @inherit CoreGx::amcc
#' 
#' @export
amcc <- function(x, y, step.prct=0, min.cat=3, nperm=1000, nthread=1) {
    CoreGx::amcc(x, y, step.prct, min.cat, nperm, nthread)
}

Try the PharmacoGx package in your browser

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

PharmacoGx documentation built on Feb. 28, 2021, 2 a.m.