Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rba_mieaa_cats

Get Supported Enrichment Categories for a Species and miRNA Type


Description

For each Combination of species and miRNA type, Only a pre-defined categories groups are supported. Use this function to retrieve a list of supported categories for a given combination of Species and miRNA type.

Usage

rba_mieaa_cats(mirna_type, species, ...)

Arguments

mirna_type

Type of your miRNA accession. either "mature" or "precursor".

species

Fully or partially matching Scientific name, abbreviation or NCBI taxon ID of one of the following species:

  1. "Homo sapiens", "hsa" or 9606

  2. "Mus musculus", "mmu" or 10090

  3. "Rattus norvegicus", "rno" or 10116

  4. "Arabidopsis thaliana", "ath" or 3702

  5. "Bos taurus", "bta" or 9913

  6. "Caenorhabditis elegans", "cel" or 6239

  7. "Drosophila melanogaster", "dme" or 7227

  8. "Danio rerio", "dre" or 7955

  9. "Gallus gallus", "gga" or 9031

  10. "Sus scrofa", "ssc" or 9823

...

rbioapi option(s). Refer to rba_options's arguments documentation for more information on available options.

Value

a named character vector with the supported categories for your provided input combination.

Corresponding API Resources

"GET "https://ccb-compute2.cs.uni-saarland.de/mieaa2/api/v1/enrichment_categories/species/mirna_type/"

References

  • Fabian Kern, Tobias Fehlmann, Jeffrey Solomon, Louisa Schwed, Nadja Grammes, Christina Backes, Kendall Van Keuren-Jensen, David Wesley Craig,Eckart Meese, Andreas Keller, miEAA 2.0: integrating multi-species microRNA enrichment analysis and workflow management systems, Nucleic Acids Research, Volume 48, Issue W1, 02 July 2020, Pages W521–W528, https://doi.org/10.1093/nar/gkaa309

  • miEAA browsable API tutorial

See Also

Examples

rba_mieaa_cats("mature", "Homo sapiens")

rbioapi

User-Friendly R Interface to Biologic Web Services' API

v0.7.0
GPL-3
Authors
Moosa Rezwani [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.