rba_mieaa_cats | R Documentation |
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.
rba_mieaa_cats(mirna_type, species, ...)
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:
|
... |
rbioapi option(s). See |
a named character vector with the supported categories for your supplied input combination.
"GET https://ccb-compute2.cs.uni-saarland.de/mieaa2/api/v1/enrichment_categories/{species}/{mirna_type}/"
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
Other "miEAA":
rba_mieaa_convert_type()
,
rba_mieaa_convert_version()
,
rba_mieaa_enrich()
,
rba_mieaa_enrich_results()
,
rba_mieaa_enrich_status()
,
rba_mieaa_enrich_submit()
rba_mieaa_cats("mature", "Homo sapiens")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.