fetch_sequences_from_unique_protein_ids: Fetch the sequence from one or more protein ID

View source: R/fetch_sequences_from_unique_protein_ids.R

fetch_sequences_from_unique_protein_idsR Documentation

Fetch the sequence from one or more protein ID

Description

Fetch the protein sequence using one or more protein IDs

Usage

fetch_sequences_from_unique_protein_ids(
  protein_ids,
  chunk_size = 100,
  verbose = FALSE
)

Arguments

protein_ids

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

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

Value

a character vector with protein sequences, one per protein ID


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