CELL_META: Easy to way to get meta data in the current cell

Description Usage Details See Also Examples

Description

Easy to way to get meta data in the current cell

Usage

1

Details

The variable CELL_META can only be used to get meta data of the "current" cell. Basically you can simply replace e.g. get.cell.meta.data("sector.index") to CELL_META$sector.index.

See Also

get.cell.meta.data

Examples

1
2
3
4
5
6
7
pdf(NULL)
circos.initialize("a", xlim = c(0, 1))
circos.track(ylim = c(0, 1), panel.fun = function(x, y) {
	print(CELL_META$sector.index)
	print(CELL_META$xlim)
})
dev.off()

1156054203/circlize- documentation built on May 22, 2019, 2 p.m.