plotHeatmapH | R Documentation |
This function returns three plots showing the association among different sample subclasses found by DECO and any sample information of interest. This information can be the initial classes or any new included sample information.
plotHeatmapH(deco, info.sample = NA, info.feature = NA,
print.annot = FALSE, cex.legend = 1,
cex.names = 1)
deco |
a "deco" R object generated by 'decoNSCA' R function. |
info.sample |
a data.frame with relevant information of samples to be plot on 'Heatmap'. |
info.feature |
a data.frame with relevant information of genes or features to be plot on 'Heatmap'. |
print.annot |
logical indicating if annotation (gene SYMBOL) should be printed instead original IDs. This option needs previous annotation within 'decoRDA' function or late annotation binding information to @featureTable slot of 'deco' R object. |
cex.legend |
numerical value giving the amount of magnification of legend. |
cex.names |
numerical value giving the amount of magnification to gene names or sample names. |
Heatmap plot showing h-statistic matrix (H) and biclustering of features-samples.
A customized heatmap plot showing h-statistic matrix and biclustering of features-samples.
Francisco Jose Campos Laborie. <fjcamlab@gmail.com>
decoReport
, decoNSCA
#### Further information in DECO vignette(s).
## Run after decoRDA and decoNSCA steps on 'ALCLdata'
data(ALCLdata)
ALCL
### Phenotype information
info.sample <- as.data.frame(colData(ALCL))[,8:9]
rownames(info.sample) <- rownames(colData(ALCL))
#### Heatmap with h-statistic matrix and biclustering of features-samples.
## Not run as example
# plotHeatmapH(deco = deco.results.ma, info.sample = info.sample,
# cex.names = 0.3, print.annot = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.