Create a ZIP File for Enrichr Gene Lists
create_enrichr_zip.Rd
This function creates a ZIP file containing directories for each level of gene lists. Each directory contains text files for each cluster. The ZIP file is then encoded to base64 for easy download.
Details
The function creates a temporary directory to store the files. For each level in the `enrichr_format$gene_lists`, it creates a directory named after the level. Within each level directory, it creates a text file for each cluster, containing the genes in that cluster. The directories and files are added to a ZIP file, which is then encoded to base64.