rba_enrichr_view_list {rbioapi}R Documentation

View an Uploaded Gene List

Description

Retrieve a list of uploaded genes under a 'user list ID'.

Usage

rba_enrichr_view_list(user_list_id, organism = "human", ...)

Arguments

user_list_id

a user_list_id returned to you after uploading a gene list using rba_enrichr_add_list

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 genes and description available under the supplied user_list_id

Corresponding API Resources

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

References

See Also

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

Examples

## Not run: 
rba_enrichr_view_list(user_list_id = 11111)

## End(Not run)


[Package rbioapi version 0.8.1 Index]