#' Function computing connectivity scores between two signatures
#'
#' @inherit CoreGx::connectivityScore
#' @inheritParams CoreGx::connectivityScore
#'
#' @export
connectivityScore <-
function(x, y, method=c("gsea", "fgsea", "gwc"), nperm=1e4, nthread=1,
gwc.method=c("spearman", "pearson"), ...)
{
CoreGx::connectivityScore(x, y, method, nperm, nthread, gwc.method, ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.