gplotDendro: Plot dendrogramm for Agilent microarray data

Description Usage Arguments

Description

Clustering tree by Hierarchical clustering algorithm.

Usage

1
2
gplotDendro(data, methodDist = "euclidean", methodHclust = "complete",
  rotate = TRUE, title = NULL, ...)

Arguments

data

microarray data. Only for RGlist, MAlist or ELits class objects.

methodDist

method for Distance Matrix Computation. See dist. Default: "euclidean".

methodHclust

method for hierarchical cluster analysis. See hclust. Default: "complete".

rotate

if TRUE, rotates plot by 90 degrees. Default: TRUE.

title

title

...

see ggdendrogram


AlexeiSleptcov/aggi documentation built on May 5, 2019, 4:53 a.m.