View source: R/fetch_n_sequences_from_unique_protein_ids.R
fetch_n_sequences_from_unique_protein_ids | R Documentation |
Fetch the n sequence from one or more unique protein ID,
where max_n_protein_ids
is the maximum number of sequences NCBI allows for
fetch_n_sequences_from_unique_protein_ids(
protein_ids,
max_n_protein_ids = 100,
verbose = FALSE
)
protein_ids |
one or more protein IDs.
For example, |
max_n_protein_ids |
the maximum number of protein IDs |
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.