50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


rbioapi (version 0.8.2)

rba_uniprot_rna_edit: Retrieve Epitope by Accession

Description

Use this function to retrieve RNA-editing events (conversion, insertion, deletion of nucleotides) annotations linked to a UniProt entry.

Usage

rba_uniprot_rna_edit(accession, ...)

Value

A list containing the UniProt RNA-editing features details for the given accession.

Arguments

accession

UniProtKB primary or secondary accession.

...

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

Corresponding API Resources

"GET https://www.ebi.ac.uk/proteins/api/rna-edit/{accession}"

See Also

Other "UniProt - Epitopes": rba_uniprot_epitope(), rba_uniprot_epitope_search()

Examples

Run this code
# \donttest{
  rba_uniprot_rna_edit(accession = "Q16851")
# }

Run the code above in your browser using DataLab