View source: R/analysis_information.R
queryUniprot | R Documentation |
Query the UniProt REST API
queryUniprot(molecule, format = "xml")
molecule |
Character: protein or transcript to query |
format |
Character: format of the response |
Parsed response
protein <- "P51587"
format <- "xml"
psichomics:::queryUniprot(protein, format)
transcript <- "ENST00000488540"
format <- "xml"
psichomics:::queryUniprot(transcript, format)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.