retrieve_uniprot_data {oglcnac} | R Documentation |
Retrieve Data from UniProt API
Description
This function sends a GET request to the UniProt REST API and retrieves data based on the provided UniProt accession number.
Usage
retrieve_uniprot_data(accession)
Arguments
accession |
A character string representing the UniProt accession number. |
Value
A list containing the retrieved data in JSON format, or NULL if the request fails.
Examples
# Example usage
result <- retrieve_uniprot_data("O88737")
print(result)
[Package oglcnac version 0.1.5 Index]