Entering edit mode
Wojeff
•
0
@wojeff-14309
Last seen 4.4 years ago
Hi, I am using ""metagene" to plot average reads signal around gene, but it gave error like this: Error in intoNbins(gr, bcount) : all 'width(gr)' must be >= 'n'.
My command is :
mg <- metagene$new(genes, "H3K4me3.bam", cores = 8, force_seqlevels = TRUE)
After add the parameter of "bin_count=30",
Error in .subset2(public_bind_env, "initialize")(...) : parameter no use (bin_count = 30), besides, some times it gave error "
Error in intoNbins(gr, bcount) : all 'width(gr)' must be >= 'n'" , and i don't know why?
Thanks