prep_dendro {EWCE}R Documentation

prep_dendro

Description

prep_dendro adds a dendrogram to a cts

Usage

prep_dendro(ctdIN)

Arguments

ctdIN

A single annotLevel of a ctd, i.e. ctd[[1]] (the function is intended to be used via apply)

Value

A ctd with dendrogram plotting info added

Examples

library(ewceData)
ctd <- ctd()
ctd <- lapply(ctd, EWCE::bin_specificity_into_quantiles, numberOfBins = 40)
ctd <- lapply(ctd, EWCE::prep_dendro)

[Package EWCE version 1.2.0 Index]