circos: circos Quick utility function for circos plot with read...

circosR Documentation

circos Quick utility function for circos plot with read depth, junctions, and segments

Description

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

Usage

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",
  ...
)

Arguments

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

Author(s)

Marcin Imielinski

Marcin Imielinski


mskilab/skitools documentation built on Aug. 31, 2023, 1:13 p.m.