R/mock.R

Defines functions iriCCLE

Documented in iriCCLE

#' obtain an example trace set stored locally, for irinotecan and selected cell lines
#' @return an instance of DRTraceSet
#' @examples
#' iri = iriCCLE()
#' iri
#' plot(iri)
#' @export
iriCCLE = function() .load_mock("iriCCLE")

.load_mock = function (stub) 
{
    get(load(system.file(sprintf("mocks/%s.rda", stub), package = "pogos")))
}

Try the pogos package in your browser

Any scripts or data that you put into this service are public.

pogos documentation built on Nov. 8, 2020, 8:11 p.m.