| get_presto_markers | R Documentation | 
Get cluster markers using presto
get_presto_markers(scseq)
| scseq | SingleCellExperiment object | 
list of data.frames, one for each cluster
if (requireNamespace("SingleCellExperiment", quietly = TRUE)) {
  data('object_sce', package = 'presto')
  object_sce$cluster <- object_sce$cell_type
  markers <- get_presto_markers(object_sce)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.