Skip to contents

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, ...)

Arguments

accession

UniProtKB primary or secondary accession.

...

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

Value

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

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

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