Description Usage Arguments Details
The response from the Enrichr API is a list of lists, where each nested list item represents an enriched category. The 6th item of each category (i.e. response.content[[category.idx]][[6]]) corresponds to the genes that overlapped with the gene set behind that category. This function bascically collapses that list of genes into a single string.
| 1 | mungeResponseContent(response.content)
 | 
| response.content | result of calling httr::content on the GET request to the Enrichr API, after submitting a list for enrichment. | 
I'm sorry you ever had to look at this.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.