Learn R Programming

⚠️There's a newer version (0.4.16) of this package.Take me there.

circlize (version 0.4.10)

Circular Visualization

Description

Circular layout is an efficient way for the visualization of huge amounts of information. Here this package provides an implementation of circular layout generation in R as well as an enhancement of available software. The flexibility of the package is based on the usage of low-level graphics functions such that self-defined high-level graphics can be easily implemented by users for specific purposes. Together with the seamless connection between the powerful computational and visual environment in R, it gives users more convenience and freedom to design figures for better understanding complex patterns behind multiple dimensional data. The package is described in Gu et al. 2014 .

Copy Link

Version

Install

install.packages('circlize')

Monthly Downloads

34,353

Version

0.4.10

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

June 15th, 2020

Functions in circlize (0.4.10)

$.CELL_META

Easy to way to get meta data in the current cell
chordDiagramFromMatrix

Plot Chord Diagram from an adjacency matrix
adjacencyList2Matrix

Convert adjacency list to adjacency matrix
calc_gap

Calculate gap to make two Chord diagram with same scale
chordDiagram

Plot Chord Diagram
add_transparency

Add transparency to colors
circlize

Convert to polar coordinate system
circos.clear

Reset the circular layout parameters
circos.arrow

Draw arrow which is paralle to the circle
circos.genomicHeatmap

Add heatmaps for selected regions
circos.genomicLines

Add lines to a plotting region, specifically for genomic graphics
circos.dendrogram

Add circular dendrograms
circos.genomicPoints

Add points to a plotting region, specifically for genomic graphics
circos.axis

Draw x-axis
circos.genomicPosTransformLines

Add genomic position transformation lines between tracks
circos.genomicLink

Add links from two sets of genomic positions
circos.genomicDensity

Calculate and add genomic density track
circos.genomicText

Draw text in a cell, specifically for genomic graphics
circos.genomicTrack

Create a track for genomic graphics
circos.genomicAxis

Add genomic axes
circos.genomicTrackPlotRegion

Create a track for genomic graphics
circos.heatmap

Make circular heatmaps
circos.info

Get information of the circular plot
circos.genomicIdeogram

Add an ideogram track
circos.updatePlotRegion

Update the plotting region in an existed cell
convert_x

Convert unit on x direction in data coordinate
circos.heatmap.link

Draw a link between two matrix rows in the circular heatmap
circos.update

Create plotting regions for a whole track
convert_y

Convert unit on y direction in data coordinate
circos.heatmap.initialize

Initialize circular heatmaps
circos.barplot

Draw barplots
circos.boxplot

Draw boxplots
circos.genomicRainfall

Genomic rainfall plot
get.cell.meta.data

Get the meta data of a cell
circos.genomicInitialize

Initialize circular plot with any genomic data
circos.initialize

Initialize the circular layout
circos.raster

Add raster images
circos.xaxis

Draw x-axis
circos.polygon

Draw polygon
circos.violin

Draw violin plots
circos.text

Draw text in a cell
circos.genomicLabels

Add labels to specified genomic regions
circos.lines

Add lines to the plotting region
circos.initializeWithIdeogram

Initialize the circular layout with an ideogram
circos.genomicRect

Draw rectangle-like grid, specifically for genomic graphics
circos.rect

Draw rectangle-like grid
mm_h

Convert units
circos.trackLines

Add lines to the plotting regions in a same track
cm_y

Convert unit on y direction in data coordinate
circos.trackHist

Draw histogram in cells among a whole track
reverse.circlize

Convert to data coordinate system
inches_y

Convert unit on y direction in data coordinate
cm_x

Convert unit on x direction in data coordinate
getI

Which data that panel.fun is using
get.current.chromosome

Get current chromosome name
circos.segments

Draw segments through pairwise of points
circos.track

Create plotting regions for a whole track
set.current.cell

Set flag to current cell
circos.yaxis

Draw y-axis
cm_h

Convert units
rainfallTransform

Calculate inter-distance of genomic regions
inch_x

Convert unit on x direction in data coordinate
col2value

Transform back from colors to values
generateRandomBed

Generate random genomic data
colorRamp2

Color interpolation
inch_y

Convert unit on y direction in data coordinate
genomicDensity

Calculate genomic region density
rand_color

Generate random colors
circos.trackText

Draw text in cells among the whole track
posTransform.default

Genomic position transformation function
names.CELL_META

Names of all meta data in the current cell
get.all.sector.index

Get index for all sectors
degree

Mark the value as a degree value
cytoband.col

Assign colors to cytogenetic band (hg19) according to the Giemsa stain results
get.all.track.index

Get index for all tracks
smartAlign

Adjust positions of text
uh

Convert units
circos.triangle

Draw triangles
convert_height

Convert units
highlight.chromosome

Highlight chromosomes
print.CELL_META

Print CELL_META
posTransform.text

Genomic position transformation function specifically for text
show.index

Label the sector index and the track index on each cell
set_track_gap

Set gaps between tracks
circos.points

Add points to a plotting region
circos.nested

Nested zooming with two circular plots
circos.par

Parameters for the circular layout
circos.link

Draw links between points or/and intervals
circos.trackPlotRegion

Create plotting regions for a whole track
convert_length

Convert units
circos.trackPoints

Add points to the plotting regions in a same track
draw.sector

Draw sectors or rings in a circle
highlight.sector

Highlight sectors and tracks
get.current.track.index

Get current track index
inch_h

Convert units
inches_x

Convert unit on x direction in data coordinate
fontsize

Convert fontsize to cex
get.current.sector.index

Get current sector index
inches_h

Convert units
read.chromInfo

Read/parse chromInfo data from a data frame/file/UCSC database
read.cytoband

Read/parse cytoband data from a data frame/file/UCSC database
mm_x

Convert unit on x direction in data coordinate
mm_y

Convert unit on y direction in data coordinate
ux

Convert unit on x direction in data coordinate
uy

Convert unit on y direction in data coordinate
CELL_META

Easy way to get meta data in the current cell
circlize-package

Circular visualization in R
chordDiagramFromDataFrame

Plot Chord Diagram from a data frame