asdendrogram-method: Represents structure of 'RDML' file as dendrogram

Description Arguments Value Author(s) Examples

Description

Plots and/or returns the structure of RDML file as dendrogram (tree-like structure.)

Arguments

plot.dendrogram

plots dendrogram if TRUE

Value

dendrogram object

Author(s)

Konstantin A. Blagodatskikh <k.blag@yandex.ru>, Stefan Roediger <stefan.roediger@b-tu.de>, Michal Burdukiewicz <michalburdukiewicz@gmail.com>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
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)

## End(Not run)

RDML documentation built on June 25, 2019, 5:03 p.m.