prep_dendro {EWCE} | R Documentation |
prep_dendro
adds a dendrogram to a cts
prep_dendro(ctdIN)
ctdIN |
A single annotLevel of a ctd, i.e. ctd[[1]] (the function is intended to be used via apply) |
A ctd with dendrogram plotting info added
library(ewceData) ctd <- ctd() ctd <- lapply(ctd, EWCE::bin_specificity_into_quantiles, numberOfBins = 40) ctd <- lapply(ctd, EWCE::prep_dendro)