Skip to contents

Use this function to retrieve epitope annotations linked to a UniProt entry.

Usage

rba_uniprot_epitope(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 epitope features details for the given accession.

Corresponding API Resources

"GET https://www.ebi.ac.uk/proteins/api/epitope/accession"

See also

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

Examples

# \donttest{
rba_uniprot_epitope(accession = "P36222")
# }