rba_enrichr_add_list {rbioapi}R Documentation

Upload Your Gene-List to Enrichr

Description

Prior to perform enrichment, Enrichr requires you to upload your gene-list and retrieve a 'user list ID'.

Usage

rba_enrichr_add_list(gene_list, description = NULL, organism = "human", ...)

Arguments

gene_list

A vector with Entrez gene symbols.

description

(optional) A name or description to be associated with your uploaded gene-set to Enrichr servers.

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

Note that using rba_enrichr is a more convenient way to automatically perform this and other required function calls to perform enrichment analysis on your input gene-set.

Value

A list with two unique IDs for your uploaded gene sets.

Corresponding API Resources

"POST https://maayanlab.cloud/Enrichr/addList"

References

See Also

rba_enrichr

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

Examples


rba_enrichr_add_list(gene_list = c("TP53", "TNF", "EGFR"),
     description = "tumoral genes")



[Package rbioapi version 0.8.1 Index]