mungeResponseContent: Munge the Enrichr API response so it'll squeeze neatly (if...

Description Usage Arguments Details

View source: R/api_wrapper.R

Description

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.

Usage

1
mungeResponseContent(response.content)

Arguments

response.content

result of calling httr::content on the GET request to the Enrichr API, after submitting a list for enrichment.

Details

I'm sorry you ever had to look at this.


compbiomed/enrichR documentation built on May 13, 2019, 9:55 p.m.