View source: R/utils_uniprot.R
uniprot_get | R Documentation |
Get protein sequence from UniProt
uniprot_get(
accession,
baseURL = "https://rest.uniprot.org/uniprotkb",
verbosity = 1
)
accession |
Character: UniProt Accession number - e.g. "Q9UMX9" |
baseURL |
Character: UniProt rest API base URL. Default = "https://rest.uniprot.org/uniprotkb" |
verbosity |
Integer: Verbosity level. |
List with three elements: Identifier, Annotation, and Sequence.
E.D. Gennatas
## Not run:
mapt <- uniprot_get("Q9UMX9")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.