View source: R/Plotting_functions.R
plot_genes_sum | R Documentation |
The sum of each gene in genes_relevant across all cells is first normalized to 1. Then for each cell, the sum from the (normalized) genes expression is computed and shown in the output plot.
plot_genes_sum(coordinate_umap, norm_counts, genes_relevant, name_title)
coordinate_umap |
Data frame with dimensionality reduction coordinates. Number of rows must be equal to the number of cells |
norm_counts |
Norm count matrix (genes X cells). |
genes_relevant |
Vector with gene names for which we want to visualize the sum in each cell. |
name_title |
Character value. |
ggplot2 object.
Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.