plot_cluster_profile | R Documentation |
This function uses the output of calculate_cluster_profile
to plot the mean scaled expression of all isoforms in a cluster, enabling a
summarized vision of the cluster's global pattern.
plot_cluster_profile(data, plot_title = NULL, ct_labels = NULL)
data |
A tibble including a global mean expression value for each cell type,
computed across all isoforms in the 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.