Learn R Programming

rbioapi (version 0.8.2)

rba_uniprot_epitope: Retrieve Epitopes by Accession

Description

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

Usage

rba_uniprot_epitope(accession, ...)

Value

A list containing the UniProt epitope 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/epitope/{accession}"

See Also

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

Examples

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

Run the code above in your browser using DataLab