Visualise DE genes
1 2 3 4 5 6 7 8 | plot_DE_genes(
x,
markers,
top_gene = 1,
by_group = "cluster",
show_group = "Type",
show_heatmap = TRUE
)
|
x |
Seurat object |
markers |
DE gene marker dataframe computed by
|
top_gene |
how many genes to show per group |
by_group |
which group of features in which the top DE genes are selected |
show_group |
which group of features in which the expression of top DE genes are plotted against |
show_heatmap |
whether to show heatmap or violin plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.