names,MotifEnrichmentReport {PWMEnrich}R Documentation

Names of variables

Description

Columns stored in the motif enrichment report

Usage

## S4 method for signature 'MotifEnrichmentReport'
names(x)

## S4 method for signature 'MotifEnrichmentReport'
x$name

## S4 method for signature 'MotifEnrichmentReport'
x[i, j, ..., drop = TRUE]

Arguments

x

the MotifEnrichmentReport object

name

the variable name

i

the row selector

j

unused

...

unused

drop

unused (always FALSE)

Value

the names of the variables


[Package PWMEnrich version 4.28.1 Index]