| cytoband.col {circlize} | R Documentation |
Assign colors to cytogenetic band (hg19) according to the Giemsa stain results
cytoband.col(x)
x |
A vector containing the Giemsa stain results |
The color theme is from http://circos.ca/tutorials/course/slides/session-2.pdf, page 42.
Gu, Z. (2014) circlize implements and enhances circular visualization in R. Bioinformatics.
## Not run: cytoband = read.cytoband() cytoband.col(cytoband$df[[5]]) ## End(Not run)