rba_uniprot_mutagenesis {rbioapi}R Documentation

Get Mutagenesis by UniProt Accession

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 get the Mutagenesis description that has been mapped to a given UniProt protein.

Usage

rba_uniprot_mutagenesis(accession, location = NULL, ...)

Arguments

accession

UniProtKB primary or secondary accession(s).

location

A valid amino acid range (e.g. 10-25) within the sequence range of the given proein.

...

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

Value

A list containing the mutagenesis description of your supplied UniProt protein's sequence.

Corresponding API Resources

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

References

See Also

Other "UniProt - Mutagenesis": rba_uniprot_mutagenesis_search()

Examples


rba_uniprot_mutagenesis(accession = "P0DTC2", location = "300-400")



[Package rbioapi version 0.8.1 Index]