retrieve_uniprot_data: Retrieve Data from UniProt API

View source: R/retrieve.R

retrieve_uniprot_dataR 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)


oglcnac documentation built on April 3, 2025, 6:16 p.m.