rba_uniprot_uniparc_bestguess {rbioapi}R Documentation

Get UniParc Longest Sequence for Entries

Description

This function returns the UniParc Entry with a cross-reference to the longest active UniProtKB sequence (preferably from Swiss-Prot and if not then TrEMBL). If it finds more than one longest active UniProtKB sequence it returns 400 (Bad Request) error response with the list of cross references found.

Usage

rba_uniprot_uniparc_bestguess(
  upi = NULL,
  accession = NULL,
  db_id = NULL,
  gene = NULL,
  taxid = NULL,
  ...
)

Arguments

upi

unique UniParc Identifier.

accession

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

db_id

Protein ID in the cross-reference (external) database. You can supply up to 100 IDs.

gene

UniProt gene name(s). You can supply up to 20 gene names.

taxid

NIH-NCBI Taxon ID. You can supply up to 20 taxon IDs.

...

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

Value

A list where each element correspond to a UniParc entry.

Corresponding API Resources

"GET https://ebi.ac.uk/proteins/api/uniparc/bestguess"

References

See Also

Other "UniProt - UniParc": rba_uniprot_uniparc(), rba_uniprot_uniparc_search(), rba_uniprot_uniparc_sequence()

Examples


rba_uniprot_uniparc_bestguess("UPI00000000C9")



[Package rbioapi version 0.8.1 Index]