Thank you for your comment. I initially was using the web interface because I was having trouble inputing a background list of genes using R. The Enrichr manual says that I can do this using the background argument. I tried the following:
KEGG2019 <- c("KEGG_2019_Mouse")
mouse_genes <- read.table("3383CCGs.txt")
background <- read.table("Background list of enpressed genes 13569.txt")
enriched <- enrichr(mouse_genes, KEGG2019, background=background)
Error in enrichr(mouse_genes, KEGG2019, background = background) : unused argument (background = background)
I don't suppose you have any wisdom as to the correct way to input the background argument here?? Nothing helpful is coming up in my searching.