clusterResults | R Documentation |
Plots the cluster heatmap.
clusterResults(
x,
nClusters = 5,
clusterColors = rainbow(nClusters),
d = NULL,
method = "ward.D2"
)
clusterHeatmap(
x,
param,
result,
file = "cluster-heatmap.png",
method = "ward.D2",
doClusterColumns = FALSE,
columnDist = NULL,
colColors = NULL,
lim = c(-4, 4),
lwid = c(1, 4),
lhei = c(1, 5),
cexRow = 1,
cexCol = 1.5,
labRow = rownames(x),
margins = c(14, 9),
colors = getBlueRedScale(),
maxGenesWithLabel = 50,
...
)
goClusterResults(
x,
param,
result,
ontologies = c("BP", "MF", "CC"),
seqAnno = NULL,
universeGeneIds = NULL,
universeProbeIds = NULL,
keggOrganism = NA
)
x |
the data to plot. |
method |
a character representing the method to pass to |
param |
a list of parameters to extract the logical |
result |
a list of cluster result properties obtained with |
file |
a character representing the name of the .png file to derive tables from. |
doClusterColumns |
a logical indicating whether to do cluster columns. |
columnDist |
the distance matrix to use for the cluster columns. |
colColors |
used for the |
lim |
two integers used for |
cexRow |
an integer passed to |
cexCol |
an integer passed to |
labRow |
a character vector, possibly modified, then passed to |
margins |
an integer, possibly modified, then passed to |
colors |
a character vector containing colors. |
maxGenesWithLabel |
an integer specifying the maximum amount of genes with labels. |
... |
additional arguments to be passed to |
clusterResults()
: Initializes and returns a list of results used by clusterHeatmap()
and goClusterResults()
.
goClusterResults()
: Applies a GO analysis to the cluster results if GO should be done.
Rehrauer, Hubert
Schmid, Peter
hclust
heatmap.2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.