rba_uniprot_proteomics_species {rbioapi}R Documentation

Get UniProt Proteomics Metadata

Description

Retrieve information on the available Species proteomics data sources in UniProt.

Usage

rba_uniprot_proteomics_species(...)

Arguments

...

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

Details

UniProt categorizes proteomics data sources into three main data categories: PTM (Post-Translational Modification), non-PTM, and HPP (Human Proteome Project); each with corresponding API endpoints, and thus, rbioapi functions.

Value

A data frame with the available species as rows, and the columns indicating the proteomics data sources, separated by three main data categories: PTM (Post-Translational Modification), non-PTM, and HPP (Human Proteome Project)

Corresponding API Resources

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

References

See Also

Other "UniProt - Proteomics": rba_uniprot_proteomics_hpp(), rba_uniprot_proteomics_hpp_search(), rba_uniprot_proteomics_non_ptm(), rba_uniprot_proteomics_non_ptm_search(), rba_uniprot_proteomics_ptm(), rba_uniprot_proteomics_ptm_search()

Examples


  rba_uniprot_proteomics_species()



[Package rbioapi version 0.8.2 Index]