#' @rdname VISION-class
#' @export
setGeneric("Vision", function(data, ...) {
standardGeneric("Vision")
})
#' @rdname PhyloVision-class
#' @export
setGeneric("PhyloVision", function(tree, ...) {
standardGeneric("PhyloVision")
})
setGeneric("analyze", function(object, ...) {
standardGeneric("analyze")
})
setGeneric("phyloAnalyze", function(object, ...) {
standardGeneric("phyloAnalyze")
})
setGeneric("addProjection", function(object, ...) {
standardGeneric("addProjection")
})
setGeneric("cluster", function(object, method, param) {
standardGeneric("cluster")
})
setGeneric("saveAndViewResults", function(object, ...) {
standardGeneric("saveAndViewResults")
})
setGeneric("updateProjection", function(object, name, data) {
standardGeneric("updateProjection")
})
setGeneric("viewResults", function(object, ...) {
standardGeneric("viewResults")
})
setGeneric("getSelections", function(object, ...) {
standardGeneric("getSelections")
})
setGeneric("computeKNNWeights", function(object, ...) {
standardGeneric("computeKNNWeights")
})
setGeneric("getProjections", function(object, ...) {
standardGeneric("getProjections")
})
setGeneric("getLatentSpace", function(object, ...) {
standardGeneric("getLatentSpace")
})
setGeneric("getLatentTrajectory", function(object, ...) {
standardGeneric("getLatentTrajectory")
})
setGeneric("getSignatureScores", function(object, ...) {
standardGeneric("getSignatureScores")
})
setGeneric("getSignatureAutocorrelation", function(object, ...) {
standardGeneric("getSignatureAutocorrelation")
})
setGeneric("getSignatureDifferential", function(object, ...) {
standardGeneric("getSignatureDifferential")
})
setGeneric("getMetaAutocorrelation", function(object, ...) {
standardGeneric("getMetaAutocorrelation")
})
setGeneric("getMetaDifferential", function(object, ...) {
standardGeneric("getMetaDifferential")
})
setGeneric("hasProteinData", function(object, ...) {
standardGeneric("hasProteinData")
})
setGeneric("hasTrajectory", function(object, ...) {
standardGeneric("hasTrajectory")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.