Hello,
I tried to run chipenrich both in r and on the website, and it seems that only locusdef="nearest_TSS" works
results <- chipenrich(peaks = chip_seq, genome = 'hg19', genesets = gs_path,locusdef = "nearest_tss", qc_plots = TRUE, out_name = NULL, n_cores = 1)
When I changed locusdef to "nearest_gene", "5kb", "10kb", I received this error:
Error in .rowNamesDF<-(x, value = value) : invalid 'row.names' length
Appreciate if you have suggestions! Thanks