setGeneric(
'KeggListOrganisms',
function(x) {
standardGeneric('KeggListOrganisms')
}
)
setGeneric(
'get_compounds',
function(x, ...) {
standardGeneric('get_compounds')
}
)
setGeneric(
'get_genes',
function(x, ...) {
standardGeneric('get_genes')
}
)
setGeneric(
'get_reactions',
function(x, ...) {
standardGeneric('get_reactions')
}
)
setGeneric(
'get_relations',
function(x, ...) {
standardGeneric('get_relations')
}
)
setGeneric(
'get_maps',
function(x, ...) {
standardGeneric('get_maps')
}
)
setGeneric(
'get_map_id',
function(x, ...) {
standardGeneric('get_map_id')
}
)
setGeneric(
'expand_maps',
function(x, ...) {
standardGeneric('expand_maps')
}
)
setGeneric("get_vertex_id", function(x, ...) standardGeneric("get_vertex_id"), signature = 'x')
setGeneric("get_vertices", function(x, ...) standardGeneric("get_vertices"), signature = 'x')
setGeneric("get_edges", function(x, ...) standardGeneric("get_edges"), signature = 'x')
setGeneric("adjacency_matrix", function(x, ...) standardGeneric("adjacency_matrix"), signature = 'x')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.