configEBrowser: Configuring the EnrichmentBrowser

Description Usage Arguments Details Value Author(s) Examples

View source: R/ebrowser.R

Description

Function to get and set configuration parameters determining the default behavior of the EnrichmentBrowser

Usage

1
configEBrowser(key, value = NULL)

Arguments

key

Configuration parameter.

value

Value to overwrite the current value of key.

Details

Important colData, rowData, and result column names:

Important URLs (all read-only):

Default output directory:

Gene set size:

Result appearance:

Value

If is.null(value) this returns the value of the selected configuration parameter. Otherwise, it updates the selected parameter with the given value.

Author(s)

Ludwig Geistlinger <Ludwig.Geistlinger@sph.cuny.edu>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
    # getting config information
    configEBrowser("GS.MIN.SIZE") 

    # setting config information
    # WARNING: this is for advanced users only!
    # inappropriate settings will impair EnrichmentBrowser's functionality
    configEBrowser(key="GS.MIN.SIZE", value=3)  

    # restoring default config settings     
    configEBrowser() 

EnrichmentBrowser documentation built on Dec. 12, 2020, 2 a.m.