rba_uniprot_antigens {rbioapi}R Documentation

Get Antigens by UniProt Accession

Description

UniProt maps Antigenic features from different sources to the proteins' sequences. Using this function, you can retrieve all the Antigenic features that has been map to a given UniProt protein's sequence.

Usage

rba_uniprot_antigens(accession, ...)

Arguments

accession

UniProtKB primary or secondary accession(s).

...

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

Value

A list containing the Antigenic features of your supplied UniProt protein's sequence.

Corresponding API Resources

"GET https://www.ebi.ac.uk/proteins/api/antigen/{accession}"

References

See Also

Other "UniProt - Antigen": rba_uniprot_antigens_search()

Examples


rba_uniprot_antigens("P04626")



[Package rbioapi version 0.8.1 Index]