生物信息学高质量生信文章收录生物信息

使用R语言绘制热图:R包pheatmap的全参数详细介绍

2019-05-20  本文已影响9人  superqun

pheatmap参数:

mat

color

break

border_color

cellwidth

scale

cluster_rows

clustering_distance_rows

clustering_method

clustering_callback

cutree_rows

treeheight_row

legend

legend_breaks

legend_labels

annotation_row

annotation

annotation_colors

annotation_legend

annotation_names_row

drop_levels

shown_rownames

shown_colnames

main

fondsize

fontsize_row

angle_col

display_numbers

number_format

fontsize_number

gaps_row

labels_row

filename

height

silent

na_col

例子

pheatmap(log2(FPKM +1),cluster_rows = FALSE,cluster_cols=T,show_rownames = F,main = "Heatmap of FPKM",scale="row")

解读:

上一篇 下一篇

猜你喜欢

热点阅读