R/connectivityScore.R

Defines functions connectivityScore

Documented in connectivityScore

#' 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, ...)
}

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.