File: cytoband.col.rd

package info (click to toggle)
r-cran-circlize 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,312 kB
  • sloc: makefile: 8
file content (31 lines) | stat: -rwxr-xr-x 624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\name{cytoband.col}
\alias{cytoband.col}
\title{
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{

  \item{x}{A vector containing the Giemsa stain results
}

}
\details{
The color theme is from \url{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{
\dontrun{
cytoband = read.cytoband()
cytoband.col(cytoband$df[[5]])
}

}