geneSetResults: Gene set results

geneSetResultsR Documentation

Gene set results

Description

Gene set results

Usage

geneSetResults(object, ...)

## S4 method for signature 'FgseaList'
geneSetResults(object, contrast, collection, set)

Arguments

object

Object.

contrast

character(1). Contrast name.

collection

character(1). Gene set collection name. Typically refers to h (hallmark), c1-c7 collections from MSigDb. Can obtain using collectionNames() on FgseaList object.

set

character(1). Gene set name, in a defined collection. For example, "HALLMARK_ADIPOGENESIS".

...

Additional arguments.

Value

DataFrame.

Note

Updated 2022-04-27.

Examples

data(fgsea)

## FgseaList ====
object <- fgsea
contrast <- contrastNames(object)[[1L]]
collection <- collectionNames(object)[[1L]]
set <- geneSetNames(object = object, collection = collection)[[1L]]
geneSetResults(
    object = object,
    contrast = contrast,
    collection = collection,
    set = set
)

acidgenomics/pfgsea documentation built on Oct. 18, 2023, 11:12 a.m.