RDML
file as dendrogramR/RDML.AsDendrogram.R
asdendrogram-method.Rd
Plots and/or returns the structure of RDML
file as
dendrogram
(tree-like structure.)
plot.dendrogram | plots dendrogram if |
---|
dendrogram
object
Konstantin A. Blagodatskikh <k.blag@yandex.ru>, Stefan Roediger <stefan.roediger@b-tu.de>, Michal Burdukiewicz <michalburdukiewicz@gmail.com>
if (FALSE) { PATH <- path.package("RDML") filename <- paste(PATH, "/extdata/", "BioRad_qPCR_melt.rdml", sep ="") cfx96 <- RDML$new(filename) #plot dendrogram cfx96$AsDendrogram() #assign dendrogram to the object dendr <- cfx96$AsDendrogram(plot.dendrogram = FALSE) }