R/callingWaterfall.R

Defines functions callingWaterfall

Documented in callingWaterfall

#' Drug sensitivity calling using waterfall plots
#'
#' @inherit CoreGx::callingWaterfall
#' @inheritParams CoreGx::callingWaterfall
#' 
callingWaterfall <-
function(x, type=c("IC50", "AUC", "AMAX"), intermediate.fold=c(4, 1.2, 1.2),
         cor.min.linear=0.95, name="Drug", plot=FALSE)
{
  CoreGx::callingWaterfall(x, type, intermediate.fold, cor.min.linear, name, 
                           plot)
}

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.