View source: R/dendrogram_alpha_numeric_check.R
dendrogram_alpha_numeric_check | R Documentation |
This function checks if there is any numeric or strings for plotting legend
dendrogram_alpha_numeric_check(dendro_var)
dendro_var |
column from dendrogram object representing category |
geom_label label for the legend of category variable
library(scran)
se <- mockSCE()
dendro_alpha_numeric_check <- dendrogram_alpha_numeric_check(
dendro_var = "Treatment")
dendro_alpha_numeric_check
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.