return FALSE; $r = well_tag_thread__update(array('id' => $id), $update); return $r; } function well_tag_thread_find($tagid, $page, $pagesize) { $arr = well_tag_thread__find(array('tagid' => $tagid), array('id' => -1), $page, $pagesize); return $arr; } function well_tag_thread_find_by_tid($tid, $page, $pagesize) { $arr = well_tag_thread__find(array('tid' => $tid), array(), $page, $pagesize); return $arr; } ?>r - Is it possible to fix the color scale oh the heatmap - Stack Overflow
最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

r - Is it possible to fix the color scale oh the heatmap - Stack Overflow

programmeradmin1浏览0评论

I have created heatmap with a dataset where most of the data resies within values say 0.001 to 0.1 but there is one datpoint in a sample which has 0.3 and its skewing the whole heatmap. The whole heatmap looks blue except one gene. How to fix the scale here? Should I just remove that one gene?

pheatmap <- pheatmap(igv_dat_vusage_traspose_mat, main = "V Usage score ", 
                     fontsize_col = 7, fontsize_row = 5, 
                     width = 8, height = 12,  
                     cluster_rows = FALSE,
                     cluster_cols =FALSE,
                     scale ="none")

image

发布评论

评论列表(0)

  1. 暂无评论