View source: R/visualization_functions.R
plot_coexpression | R Documentation |
plot_coexpression
plot_coexpression(sce, genes, title = NULL, ...)
sce |
SingleCellExperiment object containing gene counts matrix (stored in 'logcounts' assay). |
genes |
Character vector containing gene names to evaluate for co-expression. |
title |
String to be passed as a title. Default title=NULL. |
... |
Additional arguments to pass. |
Heatmap for co-expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.