Learn R Programming

enrichR (version 3.4)

.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")

Value

Data frame

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