rGREAT
rGREAT copied to clipboard
Error in submitGreatJob(gr = gr, bg = bg, species = species)
Hello!
I am running this code to analyse single cell ATAC data up_distalPeaks_enrich <- Great.enrich(gr = up.distal.bed, bg = CMP.bg, title = paste0(x, "_up_distalPeaks"), Type = "GO Biological Process", species = 'mm10')
but it returned this error
However, when I inspect the line, the format is correct
Furthermore, I have already used the same code for another dataset and it worked.
Any suggestion?
Hi, dear @emanuelavilla,
Sorry to bother, Have you solve this problem successfully? I encoutered the same error like this.
Best, Kong
I knew where the problem is, I typedoptions(scipen = 999)
in R to prohibit The use of scientific numeration.
Sorry for the bug. Now I have fixed it and enforced all numbers to be integers.