Extract bin features ... OK
Count reads on bin features ... OK
Identify background features ... Error in if (G[1] == 1) { : missing value where TRUE/FALSE needed
Calls: exomePeak2 ... classifyBackground -> Mclust -> eval -> eval -> mclustBIC
In addition: There were 47 warnings (use warnings() to see them)
请问可能出现的问题在哪呢?
以下是我的运行代码:version: 1.14.3 setwd("/data2/XXX/ZJ_MeRIPseq") library(exomePeak2)
GTF_FILE <- "/data1/database/GRCH38.94/Homo_sapiens.GRCh38.94.chr.gtf"
res <- exomePeak2( bam_input = c("WT_bam/0h_Input.bam"), bam_ip = c("WT_bam/0h_IP.bam"), bam_input_treated = c("WT_bam/4h_Input.bam"), bam_ip_treated = c("WT_bam/4h_IP.bam"), genome = "hg38", gff = GTF_FILE, save_dir = "exomePeak2_WT_0h_4h" )
Extract bin features ... OK Count reads on bin features ... OK Identify background features ... Error in if (G[1] == 1) { : missing value where TRUE/FALSE needed Calls: exomePeak2 ... classifyBackground -> Mclust -> eval -> eval -> mclustBIC In addition: There were 47 warnings (use warnings() to see them) 请问可能出现的问题在哪呢?