plot_cluster_ctmeans | R Documentation |
This function uses the output of calculate_cluster_ctmeans
to create a plot including all of the isoforms assigned to a cluster, enabling comparison
of their expression pattern across cell types.
plot_cluster_ctmeans(data, plot_title = NULL, ct_labels = NULL)
data |
A tibble including cell type-level mean expression for all isoforms
in a cluster (output by |
plot_title |
A character object providing a title for the plot. |
ct_labels |
A character vector including a plot label for each of
the cell types defined in |
A plot object generated by ggplot
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.