config.ebrowser {EnrichmentBrowser}R Documentation

Configuring the EnrichmentBrowser

Description

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

Usage

    config.ebrowser( 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
    config.ebrowser("GS.MIN.SIZE") 

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

[Package EnrichmentBrowser version 2.8.7 Index]