Description Usage Arguments Value
View source: R/complex_heatmap.R
This function finds chromosome information, alternative allele read counts (X), total read counts (N), and mutation profile matrix (Z) from VCF file of mutations
1 2 3 4 5 6 7 | createComplexHeatmap(
snvDistMatrix,
cnvDistMatrix,
integratedDistMatrix,
infercnvObj,
geneOrder
)
|
snvDistMatrix |
cell-cell distance matrix generated with SNV data |
cnvDistMatrix |
cell-cell distance matrix generated with CNV data |
integratedDistMatrix |
integrated distance matrix with CNV and SNV data |
infercnvObj |
RDA File with inferCNV object |
geneOrder |
Name of geneOrder file, file with gene annotations |
interactive complex heatmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.