cytoband.col {circlize}R Documentation

Assign colors to cytogenetic band (hg19) according to the Giemsa stain results

Description

Assign colors to cytogenetic band (hg19) according to the Giemsa stain results

Usage

cytoband.col(x)

Arguments

x

A vector containing the Giemsa stain results

Details

The color theme is from http://circos.ca/tutorials/course/slides/session-2.pdf, page 42.

References

Gu, Z. (2014) circlize implements and enhances circular visualization in R. Bioinformatics.

Examples

## Not run: 
cytoband = read.cytoband()
cytoband.col(cytoband$df[[5]])

## End(Not run)


[Package circlize version 0.4.3 Index]