Nothing
## 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.