Name of the gene sets to be used for enrichment analysis.
Available gene sets are "KEGG", "Reactome", "BioCarta", "GO-All",
"GO-BP", "GO-CC", "GO-MF", "cell_markers", "mmu_KEGG" or "Custom".
If "Custom", the arguments custom_genes and custom_descriptions
must be specified. (Default = "KEGG")
min_gset_size
minimum number of genes a term must contain (default = 10)
max_gset_size
maximum number of genes a term must contain (default = 300)
custom_genes
a list containing the genes involved in each custom
term. Each element is a vector of gene symbols located in the given custom
term. Names should correspond to the IDs of the custom terms.
custom_descriptions
A vector containing the descriptions for each
custom term. Names of the vector should correspond to the IDs of the custom
terms.