🎨[可视化|R包]ComplexHeatmap学习笔记①Intr
2019-07-04 本文已影响0人
郑宝童
ComplexHeatmap
包共分为以下9个部分来描述(重点要学会:OncoPrint)
- Introduction to ComplexHeatmap package
- Making a single heatmap
- Making a list of Heatmaps
- Heatmap Annotations
- Heatmap and Annotation Legends
- Heatmap Decoration
- Interactive with Heatmaps
- OncoPrint
- More Examples
学习之前先把R包装上:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ComplexHeatmap")