File: dynamicTreeCut-package.Rd

package info (click to toggle)
r-cran-dynamictreecut 1.63-1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\name{dynamicTreeCut-package}
\alias{dynamicTreeCut-package}
\alias{dynamicTreeCut}
\docType{package}
\title{
Methods for Detection of Clusters in Hierarchical Clustering Dendrograms
}
\description{
Contains methods for detection of clusters in hierarchical
clustering dendrograms.
}
\details{
\tabular{ll}{
Package: \tab dynamicTreeCut\cr
Version: \tab 1.63-1\cr
Date: \tab 2016-03-10\cr
Depends: \tab R, stats\cr
ZipData: \tab no\cr
License: \tab GPL version 2 or newer\cr
URL: \tab 
http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/\cr
}

Index:
\preformatted{
cutreeDynamic           Adaptive branch pruning of hierarchical
                        clustering dendrograms.
cutreeDynamicTree       Dynamic dendrogram pruning based on dendrogram
                        only
cutreeHybrid            Hybrid adaptive tree cut for hierarchical
                        clustering dendrograms.
indentSpaces            Spaces for indented output.
merge2Clusters          Merge two clusters
printFlush              Print arguments and flush the console.
treecut-package         Methods for detection of clusters in
                        hierarchical clustering dendrograms.
}
}
\author{
Peter Langfelder <Peter.Langfelder@gmail.com> and Bin Zhang
<binzhang.ucla@gmail.com>, with contributions from Steve
Horvath <SHorvath@mednet.ucla.edu>

Maintainer: Peter Langfelder <Peter.Langfelder@gmail.com>
}
\keyword{ package }