R/methods-drugSensitivitySig.R

#' Compute the correlation between a molecular feature and treatment response
#'
#' @param object An object inheriting form the `CoreGx::CoreSet` class
#' @param ... Allow definition of new arguments to this generic
#'
#' @return A 3D array of genes x drugs x metric
#'
#' @export
#' @keywords internal
setGeneric("drugSensitivitySig", function(object, ...)
    standardGeneric("drugSensitivitySig"))
bhklab/CoreGx documentation built on March 14, 2024, 3:04 a.m.