1 Star 0 Fork 3

Rich2021/甲基化生信分析pipeline

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
plot.r 161 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vincent.Gao 提交于 2022-01-26 17:37 . 更新文件
Args <- commandArgs()
dat<-read.table(Args[6],sep = "\t",row.names = 1,header = T)
pheatmap::pheatmap(dat[1:50,],filename = paste(Args[7],"/heatmap.png",sep=""))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/rich2021/methylation.git
[email protected]:rich2021/methylation.git
rich2021
methylation
甲基化生信分析pipeline
test

搜索帮助