View source: R/basic_find_markers.R
| basic_find_markers | R Documentation |
To find de 'novo' markers by 'FindAllMarkers' from Seurat with default setting.
basic_find_markers(sce, group = "seurat_clusters", dir = ".")
sce |
An object of class Seurat |
group |
default:seurat_clusters, you can change it to celltype |
dir |
path for saving results |
sce.markers a data.frame of markers.
basic_find_markers(AJ064_small_last_sce,dir=tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.