retrieve_uniprot_data | R Documentation |
This function sends a GET request to the UniProt REST API and retrieves data based on the provided UniProt accession number.
retrieve_uniprot_data(accession)
accession |
A character string representing the UniProt accession number. |
A list containing the retrieved data in JSON format, or NULL if the request fails.
# Example usage
result <- retrieve_uniprot_data("O88737")
print(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.