## Matthews correlatipon coefficient
#' Compute a Mathews Correlation Coefficient
#'
#' @inherit CoreGx::mcc
#'
#' @export
mcc <- function(x, y, nperm=1000, nthread=1) {
CoreGx::mcc(x, y, nperm, nthread)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.