Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rba_uniprot_genecentric_search

Search Gene-Centric Proteins


Description

Using this function you can search UniProt for available gene-centrics from proteomes. For more information, see What are proteomes? and Automatic gene-centric isoform mapping for eukaryotic reference proteome entries. You may also refine your search with modifiers upid, accession and gene. refer to "Arguments section" for more information.

Usage

rba_uniprot_genecentric_search(upid = NA, accession = NA, gene = NA, ...)

Arguments

upid

UniProt Proteome identifier (UPID). You can provide up to 100 UPIDs.

accession

UniProtKB primary or secondary accession(s). You can provide up to 100 accession numbers.

gene

unique gene identifier(s) found in MOD, Ensembl, Ensembl Genomes, OLN, ORF or UniProt Gene Name.

...

rbioapi option(s). Refer to rba_options's arguments documentation for more information on available options.

Details

Note that this is a search function. Thus, you are not required to fill every argument; You may use whatever combinations of arguments you see fit for your query.

Value

a list containing gene-centric proteins search hits.

Corresponding API Resources

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

References

  • Andrew Nightingale, Ricardo Antunes, Emanuele Alpi, Borisas Bursteinas, Leonardo Gonzales, Wudong Liu, Jie Luo, Guoying Qi, Edd Turner, Maria Martin, The Proteins API: accessing key integrated protein and genome information, Nucleic Acids Research, Volume 45, Issue W1, 3 July 2017, Pages W539–W544, https://doi.org/10.1093/nar/gkx237

  • Proteins API Documentation

See Also

Examples

rba_uniprot_genecentric_search(accession = "P59594")


rba_uniprot_genecentric_search(gene = "Spike")


rba_uniprot_genecentric_search(upid = "UP000000354")

rbioapi

User-Friendly R Interface to Biologic Web Services' API

v0.7.0
GPL-3
Authors
Moosa Rezwani [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.