track_info {gggenomes}R Documentation

Basic info on tracks in a gggenomes object

Description

Use track_info() to call on a gggenomes or gggenomes_layout object to return a short tibble with ids, types, index and size of the loaded tracks.

Usage

track_info(x, ...)

Arguments

x

A gggenomes or gggenomes_layout object

...

unused

Details

The short tibble contains basic information on the tracks within the entered gggenomes object.

Value

Short tibble with ids, types, index and size of loaded tracks.

Examples

gggenomes(
  seqs = emale_seqs,
  feats = list(emale_genes, emale_tirs, emale_ngaros),
  links = emale_ava
) |>
  track_info()

[Package gggenomes version 1.0.0 Index]