uniprot_get | R Documentation |
Get protein sequence from UniProt
uniprot_get(
accession = "Q9UMX9",
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: If > 0, print messages to console |
List with two elements: Annotation & 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.