R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  paramDir <- system.file("PAM50/bioclassifier_R", package = pkgname)
  source(file.path(paramDir, "subtypePrediction_functions_PNmodified.R"))
  source(file.path(paramDir, "subtypePrediction_distributed_PNmodified.R"))
}

Try the PCAPAM50 package in your browser

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

PCAPAM50 documentation built on April 3, 2025, 10:57 p.m.