rba_enrichr_libs {rbioapi}R Documentation

Retrieve a List of available libraries from Enrichr

Description

This function will retrieve a list of available libraries in Enrichr with their statistics. And by default, will save those names as a global option ("rba_enrichr_libs") to be available for other Enrichr functions that internally require the names of Enrichr libraries.

Usage

rba_enrichr_libs(store_in_options = FALSE, organism = "human", ...)

Arguments

store_in_options

logical: (default = TRUE) Should a list of available Enrichr libraries be saved as a global option?

organism

(default = "human") Which model organism version of Enrichr to use? Available options are: "human", (H. sapiens & M. musculus), "fly" (D. melanogaster), "yeast" (S. cerevisiae), "worm" (C. elegans) and "fish" (D. rerio).

...

rbioapi option(s). See rba_options's arguments manual for more information on available options.

Details

You should call this function once per R session with the argument 'store_in_options = TRUE' before using rba_enrichr_enrich or rba_enrichr.
Nevertheless, rbioapi will do this for you in the background at the first time you call any function which requires this.
Note that using rba_enrichr is a more convenient way to automatically perform this and other required function calls to enrich your input gene-set.

Value

A data frame with the names of available library in Enrichr and their statistics.

Corresponding API Resources

"GET https://maayanlab.cloud/Enrichr/datasetStatistics"

References

See Also

rba_enrichr

Other "Enrichr": rba_enrichr(), rba_enrichr_add_list(), rba_enrichr_enrich(), rba_enrichr_gene_map(), rba_enrichr_view_list()

Examples


rba_enrichr_libs()



[Package rbioapi version 0.8.1 Index]