Learn R Programming

misha (version 5.11.23)

gdb.list_genomes: List resolvable genome names

Description

Returns a data frame describing every genome resolvable from the active registry chain (see gdb.build_genome for the chain order).

Usage

gdb.list_genomes(registry = NULL)

Value

A data frame with columns:

  • name - registry key.

  • source - backend (ucsc, ncbi, s3, local, manual).

  • detail - assembly / accession / path.

  • resolved_from - which registry the entry came from.

Arguments

registry

Optional path to an explicit registry YAML, overriding the resolution chain.

See Also

gdb.build_genome, gdb.genome_info.

Examples

Run this code
gdb.list_genomes()

Run the code above in your browser using DataLab