Learn R Programming

RDML (version 0.8-3)

AsDendrogram: Represents structure of RDML file as dendrogram

Description

Plots and/or returns structure of RDML file as dendrogram (tree view)

Arguments

plot.dendrogram
plots dendrogram if TRUE

Value

  • dendrogram object

Examples

Run this code
PATH <- path.package("RDML")
filename <- paste(PATH, "/extdata/", "BioRad_qPCR_melt.rdml", sep ="")
cfx96 <- RDML$new(filename)
cfx96$AsDendrogram()

Run the code above in your browser using DataLab