deal with results of clusterProfiler and draw the personal picture(根据需要处理clusterProfiler的结果)

library(devtools)
install_github("YuLab-SMU/clusterProfiler.dplyr")
library(clusterProfiler.dplyr)
ddd <- filter(kk_all_readable,Count>=4) #根据自己需要对数据过滤
tiff(file="KEGG_dotplot.tiff",width=25,height=30,units="cm",compression="lzw",bg="white",res=600)
dotplot(ddd, x="GeneRatio",color = "pvalue")
dev.off()

参考链接:clusterProfiler.dplyr

此条目发表在R分类目录。将固定链接加入收藏夹。

发表评论

邮箱地址不会被公开。 必填项已用*标注

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax

Protected with IP Blacklist CloudIP Blacklist Cloud