.enrichment_prep_df: Given a Enrichr output, order and subset criteria, returns a data frame accordingly
Description
Given a Enrichr output, order and subset criteria, returns a data frame accordingly
Usage
.enrichment_prep_df(df, showTerms = 20, orderBy = "P.value")
Arguments
- df
Enrichr output
- showTerms
Number of terms to show. Default 20.
- orderBy
Column for ordering. Default "P.value"
Details
Given a Enrichr output, order and subset criteria, returns a data frame accordingly