Convert NCBI gene ids to accession numbers
gid_to_acc(
ids,
database = "nuccore",
chunk_size = 300,
multithread = TRUE,
progress = FALSE,
quiet = FALSE
)
A character or numeric vector of NCBI gids
The origin database of the gids, default 'nuccore'
The size of the chunked searches to conduct. Warning, chunk sizes over 300 can be too big for the NCBI servers.
Whether multithreading should be used
Whether a progress bar is displayed.
Whether progress should be printed to the console.