Description Usage Details Examples
This function automates the production of heatmaps from supervised or unsupervised canonical correlation and principal component analyses.
1 | autoheatmap(dat, design, x.covs, z.covs, y.cov=NULL, pen.x, pen.z, ...)
|
autoheatmap is a convenience function for quickly dissecting rich datasets based on orthogonal decomposition of the cross-covariance matrices between various assays or covariates. Further details are provided in the vignette.
1 2 3 4 5 6 7 8 9 | data(AML)
# methylation changes at homeobox gene promoters X mutation
HOXloci <- featureNames(AML)[which(fData(AML)$HOX==TRUE)]
CCA.HOX <- autoheatmap(AML, pen.x=0.5, pen.z=0.3,
covs=colnames(AML.colorcoded),
colorbar=AML.colorcoded,
loci=HOXloci)
AML.mutations[CCA.HOX$u<0] # DNMT3A, FLT3, NPM1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.