美文网首页R语言绘图工作生活
🎨[可视化|R包]ComplexHeatmap学习笔记①Intr

🎨[可视化|R包]ComplexHeatmap学习笔记①Intr

作者: 郑宝童 | 来源:发表于2019-07-04 15:45 被阅读0次

ComplexHeatmap包共分为以下9个部分来描述(重点要学会:OncoPrint)

    1. Introduction to ComplexHeatmap package
    1. Making a single heatmap
    1. Making a list of Heatmaps
    1. Heatmap Annotations
    1. Heatmap and Annotation Legends
    1. Heatmap Decoration
    1. Interactive with Heatmaps
    1. OncoPrint
    1. More Examples

学习之前先把R包装上:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("ComplexHeatmap")

相关文章

网友评论

    本文标题:🎨[可视化|R包]ComplexHeatmap学习笔记①Intr

    本文链接:https://www.haomeiwen.com/subject/akezcctx.html