uniprot_get: Get protein sequence from UniProt

View source: R/uniprot_get.R

uniprot_getR Documentation

Get protein sequence from UniProt

Description

Get protein sequence from UniProt

Usage

uniprot_get(
  accession = "Q9UMX9",
  baseURL = "https://rest.uniprot.org/uniprotkb",
  verbosity = 1
)

Arguments

accession

Character: UniProt Accession number - e.g. "Q9UMX9"

baseURL

Character: UniProt rest API base URL. Default = "https://rest.uniprot.org/uniprotkb"

verbosity

Integer: If > 0, print messages to console

Value

List with two elements: Annotation & Sequence

Author(s)

E.D. Gennatas

Examples

## Not run: 
mapt <- uniprot_get("Q9UMX9")

## End(Not run)

egenn/rtemis documentation built on Nov. 22, 2024, 4:12 a.m.