该问题已被锁定!
2
关注
602
浏览

ChIPseeker 报错

查看全部 1 个回答

海王坑 前台管理员 用户来自于: 北京市朝阳区
2018-09-20 14:02
covplot(F, weightCol="V5") 这一步能出图吗?不能的话,前面文件载入和包的问题 R语言里面方括号表示数组下标,看不懂你这F_peak <- readPeakFile(F[[4]])中4这个数字是什么?第一步赋值给F,为什么 print(F1)?? 建议解决办法,重新下载并载入拟南芥Txdb,各种包也重新安装载入。下面贴一个我可以运行的R: ###################chip-FHY1 ##########haiwangkeng ###Email 82101181029@caas.cn ##intallation source("https://bioconductor.org/biocLite.R") biocLite("ChIPseeker") library(ChIPseeker) #安装genomicsFeatures source("https://bioconductor.org/biocLite.R") biocLite("GenomicFeatures") #install Txdb.AT source("https://bioconductor.org/biocLite.R") biocLite("TxDb.Athaliana.BioMart.plantsmart28") library(TxDb.Athaliana.BioMart.plantsmart28) txdb <- TxDb.Athaliana.BioMart.plantsmart28 #install ClusterProfiler source("https://bioconductor.org/biocLite.R") biocLite("clusterProfiler") library(clusterProfiler) ##读入peak 文件 peak_1 <- readPeakFile("F:\\研究僧\\实验研究\\CHIP\\chip-plant\\FHY1\\GSM1400501_FHY1_FR1.bed") peak_1 #CHip peaks coverage plot covplot(peak_1,weightCol="V7")  

关于作者

问题动态

发布时间
2018-09-19 15:09
更新时间
2018-09-20 14:02
关注人数
2 人关注

推荐内容

CHIPseeker
All Rights Reserved Powered BY WeCenter V4.1.0 © 2024