Description Usage Arguments Details Examples
View source: R/plot_gene_dots.R
This will plot information onto a 2d tsne plot
1 | plot_gene_dots(input, genes, break_by, title = "", scale_by = FALSE, log = F)
|
input |
the input ex_sc. |
genes |
What to color points by, either "UMI_sum", or pData categorial variable, ignored if gene is provided |
break_by |
a pData variable to break the x axis by |
title |
The title |
scale_by |
Whether each gene should be scaled by break_by ("col") or gene ("row") |
Utilize information stored in pData to control the plot display.
1 | plot_tsne_metadata(ex_sc_example, color_by = "UMI_sum", title = "UMI_sum across clusters", facet_by = "Cluster", ncol = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.