rba_enrichr_gene_map {rbioapi}R Documentation

Find Enrichr Terms That Contain a Given Gene

Description

This function will search the gene and retrieve a list of Enrichr Terms that contains that gene.

Usage

rba_enrichr_gene_map(gene, catagorize = FALSE, organism = "human", ...)

Arguments

gene

character: An Entrez gene symbol.

catagorize

logical: Should the category informations be included?

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.

Value

a list containing the search results of your supplied gene.

Corresponding API Resources

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

References

See Also

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

Examples


rba_enrichr_gene_map(gene = "p53")


rba_enrichr_gene_map(gene = "p53", catagorize = TRUE)



[Package rbioapi version 0.8.1 Index]