View source: R/organism-data.R
organismData | R Documentation |
Load or build the organism specific KEGG datafor enrichment analysis.
This provides a convenience wrapper around FELLA::loadKEGGdata
, FELLA::buildGraphFromKEGGREST
and
FELLA::buildDataFromGraph
. See the documentation of these functions for further information.
organismData(
organism,
methods = availableMethods(),
filter_path = NULL,
database_directory = organism,
internal_directory = TRUE,
damping_factor = 0.85,
niter = 100
)
organism |
the KEGG code for the organism of interest |
methods |
the enrichment techniques to build. Any returned by |
filter_path |
argument to pass to argument |
database_directory |
argument to pass to argument |
internal_directory |
logical. Argument to pass to argument |
damping_factor |
argument to pass to argument |
niter |
argument to pass to argument |
An object of S4 class FELLA.DATA
containing the KEGG data for the specified organism.
## Load the example organism data available from within the package
organismData(
'bdi',
database_directory = system.file(
'bdi',
package = 'riches'),
internal_directory = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.