plot_gene {CIARA} | R Documentation |
plot_gene
Description
Cells are coloured according to the expression of gene_id and plotted according to coordinate_umap.
Usage
plot_gene(norm_counts, coordinate_umap, gene_id, title_name)
Arguments
norm_counts |
Norm count matrix (genes X cells). |
coordinate_umap |
Data frame with dimensionality reduction coordinates. Number of rows must be equal to the number of cells |
gene_id |
Character name of the gene. |
title_name |
Character name. |
Value
ggplot2 object.
Author(s)
Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de
See Also
https://CRAN.R-project.org/package=ggplot2
[Package CIARA version 0.1.0 Index]