powered by
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)
A list containing the retrieved data in JSON format, or NULL if the request fails.
A character string representing the UniProt accession number.
# Example usage # \donttest{ result <- retrieve_uniprot_data("O88737") print(result) # }
Run the code above in your browser using DataLab