rba_uniprot_proteomics {rbioapi}R Documentation

Get Proteomics Peptides Mapped to UniProt Protein

Description

UniProt maps proteomics peptides from different sources to the proteins' sequences. Using this function, you can retrieve all the proteomics peptides features that has been map to a given UniProt protein's sequence.

Usage

rba_uniprot_proteomics(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 the proteomics peptides features of your supplied UniProt protein's sequence.

Corresponding API Resources

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

References

See Also

Other "UniProt - Proteomics": rba_uniprot_proteomics_search()

Examples


rba_uniprot_proteomics(accession = "P25942")



[Package rbioapi version 0.8.1 Index]