circos | R Documentation |
circos
Quick utility function for circos plot with read depth, junctions, and segments
circos
Quick utility function for circos plot with read depth, junctions, and segments
circos(
junctions = jJ(),
cov = NULL,
segs = NULL,
win = NULL,
field = "ratio",
cytoband = NULL,
y.field = field,
ylim = NA,
cytoband.path = "~/DB/UCSC/hg19.cytoband.txt",
cex.points = 1,
ideogram.outer = TRUE,
scatter = TRUE,
bar = FALSE,
line = FALSE,
gap.after = 1,
labels.cex = 1,
y.quantile = 0.9999,
chr.sub = TRUE,
max.ranges = 10000,
axis.frac = 0.02,
palette = "BrBg",
...
)
junctions |
Junction object with optional metadata field $col to specify color |
cov |
GRanges of scatter points with optional fields $col |
segs |
GRanges of segments with optional fields $col and $border |
win |
GRanges window to limit plot to |
cytoband |
GRanges of cytoband |
y.field |
field in cov that specifies the y axis to draw |
ylim |
ylim on cov (default automatically computed) |
cytoband.path |
path to UCSC style cytoband path |
cex.points |
cex for cov points |
y.quantile |
quantile normalization |
max.ranges |
max ranges for cov points (1e4) |
chr.sum |
whether to chr.sub everything |
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.