分类目录归档:R

R expression使用

text(20,150,adj=0,”Tumour: N = 252; “,co … 继续阅读

发表在 R | 留下评论

ABSOLUTE肿瘤纯度分析测试

library(data.table) library(foreach) lib … 继续阅读

发表在 R | 留下评论

R 函数构造练习

name <- rownames(rt_expr) #基因名 immune … 继续阅读

发表在 R | 一条评论

Get options in R code — R代码参数传递

args=commandArgs(T) rt <- read.table( … 继续阅读

发表在 R | 留下评论

Draw GO bubble Picture with results of dataframe format of clusterProfiler (根据clusterProfiler的dataframe结果,绘制气泡图)

library(ggplot2) options(stringsAsFactor … 继续阅读

发表在 R | 留下评论

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

library(devtools) install_github(“YuLab- … 继续阅读

发表在 R | 留下评论