fetch_n_sequences_from_unique_protein_ids: Internal function

View source: R/fetch_n_sequences_from_unique_protein_ids.R

fetch_n_sequences_from_unique_protein_idsR Documentation

Internal function

Description

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

Usage

fetch_n_sequences_from_unique_protein_ids(
  protein_ids,
  max_n_protein_ids = 100,
  verbose = FALSE
)

Arguments

protein_ids

one or more protein IDs. For example, NP_001007554.1 is a protein ID.

max_n_protein_ids

the maximum number of protein IDs

verbose

set to TRUE for more output

Value

a character vector with protein sequences, one per protein ID


richelbilderbeek/sprentrez documentation built on March 28, 2024, 3:39 a.m.