rba_enrichr_view_list {rbioapi}R Documentation

View an Uploaded Gene List

Description

Retrieve the list of uploaded genes with a given 'user list ID'.

Usage

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

Arguments

user_list_id

a user list ID returned 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).

speedrichr

logical (default = FALSE) Did you upload your gene list to speedrichr API? (i.e. did you intend to use this gene list along with a background gene list?)

...

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

Value

A list containing the genes and description associated to the supplied user_list_id.

Corresponding API Resources

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

References

See Also

Other "Enrichr": rba_enrichr(), rba_enrichr_add_background(), 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.3 Index]