Learn R Programming

circlize (version 0.4.1)

cytoband.col: 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

Run this code
# NOT RUN {
cytoband = read.cytoband()
cytoband.col(cytoband$df[[5]])
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab