R/cosinePerm.R

Defines functions cosinePerm

Documented in cosinePerm

#' Cosine Permuations
#' 
#' @inherit CoreGx::cosinePerm
#' @inheritParams CoreGx::cosinePerm
#' 
#' @export
cosinePerm <- function(x, y, nperm=1000, 
                       alternative=c("two.sided", "less", "greater"), 
                       include.perm=FALSE, nthread=1)
{
  CoreGx::cosinePerm(x, y, nperm, alternative, include.perm, 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.