get_cell_meta_data: Get meta data in a cell

View source: R/track.R

get_cell_meta_dataR Documentation

Get meta data in a cell

Description

Get meta data in a cell

Usage

get_cell_meta_data(name, category, track)

Arguments

name

name of the supported meta data, see 'details' section.

category

which category. By default it is the current category.

track

which track. By default it is the current track.

Details

Following meta data can be retrieved:

name

name of the category.

xlim

xlim without including padding. Cells in the same column share the same xlim.

ylim

ylim without including padding.

extended_xlim

xlim with padding.

extended_ylim

ylim with padding.

original_xlim

xlim in original data.

original_ylim

ylim in original data.

column

which column in the layout.

row

which row in the layout.

track

which track in the layout.

The vignette has a graphical explanation of all these meta data.

Value

Corresponding meta data that user queried.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL

jokergoo/gtrellis documentation built on Feb. 27, 2024, 6:44 p.m.