| rba_mieaa_convert_version | R Documentation | 
miEAA works with miRBASE v22 accession. Using This function you can convert a set of mature or precursor miRNA accession between two given miRBase versions.
rba_mieaa_convert_version(
  mirna,
  mirna_type,
  input_version,
  output_version,
  simple_output = FALSE,
  ...
)
| mirna | A vector of miRNA accessions to be converted. | 
| mirna_type | Type of your supplied miRNA accession. either "mature" or "precursor". | 
| input_version | (numeric) miRBase version of your supplied miRNA accessions. | 
| output_version | (numeric) To what version should your miRNA accessions be converted? | 
| simple_output | (logical) If FALSE (default), the result will be a two-columned data frame with your input and output accessions. Otherwise, if TRUE, only the output miRNA accessions will be returned. | 
| ... | rbioapi option(s). See  | 
Depending on the arguments, a data frame or a character vectors containing the miRNA accessions in your output version.
"POST https://ccb-compute2.cs.uni-saarland.de/mieaa2/api/v1/mirbase_converter/"
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_cats(),
rba_mieaa_convert_type(),
rba_mieaa_enrich(),
rba_mieaa_enrich_results(),
rba_mieaa_enrich_status(),
rba_mieaa_enrich_submit()
Sys.sleep(1) # to prevent 429 error during R CMD check
rba_mieaa_convert_version(mirna = c("hsa-miR-20b-5p", "hsa-miR-144-5p"),
    mirna_type = "mature", input_version = 22, output_version =  16)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.