process_dendrogram | R Documentation |
This function processes count data for dendrogram plotting
process_dendrogram(se, assay)
se |
SummarizedExperiment object |
assay |
assay to plot |
named list of dendrogram data
dendrogram_segments is data representing segments of the dendrogram
dendrogram_ends is data representing ends of the dendrogram
library(scran)
se <- mockSCE()
process_dendro <- BatchQC::process_dendrogram(se, "counts")
process_dendro
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.