configEBrowser {EnrichmentBrowser}R Documentation

Configuring the EnrichmentBrowser

Description

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

Usage

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


    # 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)  


[Package EnrichmentBrowser version 2.10.11 Index]