Learn R Programming

kmeRtone (version 1.0)

getNCBIassemblySummary: Get NCBI assembly summary.

Description

Retrieves the assembly summary from NCBI for a specified taxonomic group. This function allows users to obtain genome assembly information from either RefSeq or GenBank databases for various taxonomic groups.

Usage

getNCBIassemblySummary(organism.group, db = "refseq")

Value

A data.table containing the assembly summary for the specified taxonomic group.

Arguments

organism.group

A string specifying the taxonomic group for which the assembly summary is requested. Options include 'archaea', 'bacteria', 'fungi', 'invertebrate', 'plant', 'protozoa', 'vertebrate_mammalian', 'vertebrate_other', 'viral', or 'all'.

db

A string specifying the database to use, either 'refseq' or 'genbank'.