.enrichment_prep_df {enrichR}R Documentation

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

Value

Data frame

Author(s)

I-Hsuan Lin i-hsuan.lin@manchester.ac.uk


[Package enrichR version 3.4 Index]