rba_uniprot_genecentric {rbioapi}R Documentation

Get Gene-Centric proteins by UniProt Accession

Description

Using this function you can retrieve gene-centrics data. For more information, see What are proteomes? and Automatic gene-centric isoform mapping for eukaryotic reference proteome entries..

Usage

rba_uniprot_genecentric(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 information of Gene-Centric proteins.

Corresponding API Resources

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

References

See Also

Other "UniProt - Proteomes": rba_uniprot_genecentric_search(), rba_uniprot_proteomes(), rba_uniprot_proteomes_search()

Examples


rba_uniprot_genecentric("P29965")



[Package rbioapi version 0.8.1 Index]