rba_uniprot_mutagenesis_search {rbioapi}R Documentation

Search Mutagenesis in UniProt

Description

UniProt describes the effects of mutations in proteins' amino acid sequence on the biological properties of the protein, cell or the organism. Using this function, you can search for mutagenesis description in UniProt proteins. You may also refine your search. See "Arguments section" for more information.

Usage

rba_uniprot_mutagenesis_search(
  accession = NULL,
  taxid = NULL,
  db_id = NULL,
  ...
)

Arguments

accession

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

taxid

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

db_id

The ID in a Cross-reference (external) database. You can supply up to 20 values.

...

rbioapi option(s). See rba_options's arguments manual 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 Where each element correspond to a UniProt protein (search hit) and mutagenesis description are organized under the "features" sub-list.

Corresponding API Resources

"GET https://www.ebi.ac.uk/proteins/api/mutagenesis"

References

See Also

Other "UniProt - Mutagenesis": rba_uniprot_mutagenesis()

Examples


#search all mutations in COVID19 proteins
rba_uniprot_mutagenesis_search(taxid = 2697049)



[Package rbioapi version 0.8.1 Index]