Select Seurat object by cell type
1 2 3 4 5 6 7 8 | subset_celltype(
x,
top_markers = NULL,
cluster_num = "EVT",
select_type = "seurat_clusters",
assay = "RNA",
slot_data = "data"
)
|
x |
a Seurat object |
top_markers |
should be a dataframe generated by the Seurat FindMarkers gene. Otherwise, the top variable features will be selected |
cluster_num |
if it is 'all', then all cells will be selected |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.