View source: R/fetch_sequences_from_unique_protein_ids.R
fetch_sequences_from_unique_protein_ids | R Documentation |
Fetch the protein sequence using one or more protein IDs
fetch_sequences_from_unique_protein_ids(
protein_ids,
chunk_size = 100,
verbose = FALSE
)
protein_ids |
one or more protein IDs.
For example, |
chunk_size |
the number of protein IDs in an NCBI quey. Too many values results in an NCBI API error |
verbose |
set to TRUE for more output |
a character vector with protein sequences, one per protein ID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.