Nothing
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<-"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.