Nothing
setGeneric(".extract_cID", function (sce) standardGeneric(".extract_cID"))
setMethod(".extract_cID", "SingleCellExperiment", function (sce) {
sce@metadata$hexbin[[1]]
})
setMethod(".extract_cID", "Seurat", function (sce) {
sce@misc$hexbin[[1]]
})
setGeneric(".extract_hexbin", function (sce) standardGeneric(".extract_hexbin"))
setMethod(".extract_hexbin", "SingleCellExperiment", function (sce) {
sce@metadata$hexbin[[2]]
})
setMethod(".extract_hexbin", "Seurat", function (sce) {
sce@misc$hexbin[[2]]
})
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.