circos.initializeCircularGenome {circlize}R Documentation

Initialize a layout for circular genome

Description

Initialize a layout for circular genome

Usage

circos.initializeCircularGenome(name, genome_size, plotType = "axis", ...)

Arguments

name

Name of the genome (or the "chromosome name").

genome_size

Size of the genome

plotType

Pass to circos.genomicInitialize.

...

All goes to circos.genomicInitialize.

Examples

# There is no example
NULL


[Package circlize version 0.4.16 Index]