get_annotations_uniprot | R Documentation |
Create a data.frame with UniProt annotations corrresponding to a set of UniProt IDs
get_annotations_uniprot(
id,
sep = ";",
columns = c("gene_names", "organism_id", "reviewed", "keyword", "protein_families",
"go"),
max_keys = 300,
updateProgress = NULL,
show_progress = TRUE
)
id |
Character vector with UniProt IDs |
sep |
Character separating different protein ids |
columns |
names of uniprot data columns to retrieve. Examples include "accession", keyword", "sequence", "go". |
max_keys |
maximum number of field items submitted |
updateProgress |
used to display progress in shiny apps |
show_progress |
Show progress bar |
a data.frame
id <- c("P26450", "O00459")
df <- get_annotations_uniprot(id = id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.