| get_cell_meta_data | R Documentation |
Get meta data in a cell
get_cell_meta_data(name, category, track)
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. |
Following meta data can be retrieved:
namename of the category.
xlimxlim without including padding. Cells in the same column share the same xlim.
ylimylim without including padding.
extended_xlimxlim with padding.
extended_ylimylim with padding.
original_xlimxlim in original data.
original_ylimylim in original data.
columnwhich column in the layout.
rowwhich row in the layout.
trackwhich track in the layout.
The vignette has a graphical explanation of all these meta data.
Corresponding meta data that user queried.
Zuguang Gu <z.gu@dkfz.de>
# There is no example
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.