subset_enrichResult {simplifyEnrichment}R Documentation

Subset method of the enrichResult class

Description

Subset method of the enrichResult class

Usage

subset_enrichResult(x, i)

Arguments

x

A enrichResult object from 'clusterProfiler' or other related packages.

i

Row indices.

Value

Still a enrichResult object but with the selected subset of rows.

Examples

# There is no example
NULL


[Package simplifyEnrichment version 1.0.0 Index]