R/pspaceGenerics.R

setGeneric("circularProjection", 
  function(ps, k = 8, pdist = 0.15, ...) {
    standardGeneric("circularProjection")
  }, package = "PathwaySpace"
)

setGeneric("polarProjection", 
  function(ps, k = 8, pdist = 0.5, theta = 180, 
    directional = FALSE, ...) {
    standardGeneric("polarProjection")
  }, package = "PathwaySpace"
)

setGeneric("silhouetteMapping", 
  function(ps, baseline = 0.01, pdist = 0.05, 
    fill.cavity = TRUE, ...) {
    standardGeneric("silhouetteMapping")
  }, package = "PathwaySpace"
)

setGeneric("summitMapping", 
  function(ps, maxset = 30, minsize = 30, 
    threshold = 0.5, ...) {
    standardGeneric("summitMapping")
  }, package = "PathwaySpace"
)

setGeneric("plotPathwaySpace", 
  function(ps, ...) {
    standardGeneric("plotPathwaySpace")
  }, package = "PathwaySpace"
)

setGeneric("getPathwaySpace", 
  function(ps, what = "status") {
    standardGeneric("getPathwaySpace")
  }, package = "PathwaySpace"
)

setGeneric("vertexSignal", function(x, value) standardGeneric("vertexSignal"))
setGeneric("vertexSignal<-", function(x, value) standardGeneric("vertexSignal<-"))

setGeneric("vertexDecay", function(x, value) standardGeneric("vertexDecay"))
setGeneric("vertexDecay<-", function(x, value) standardGeneric("vertexDecay<-"))

Try the PathwaySpace package in your browser

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

PathwaySpace documentation built on Aug. 8, 2025, 6:47 p.m.