draw_circos_plot: Drawing circos plot

Description Usage Arguments

Description

Drawing circos plot

Usage

1
2
3
4
5
6
7
8
draw_circos_plot(data, output.file = NULL, width = 2400,
  height = 2400, res = 120, tracks = c("common", "unique_1",
  "unique_2", "divergence_major_allele", "divergence_minor_allele"),
  tracks.names = c(NULL, NULL, NULL, NULL, NULL),
  base.color = c("lightgreen", "lightpink"), point.size = 0.1,
  color.unplaced = FALSE, color.palette = c(`0` = "dodgerblue3", `1` =
  "purple3", `2` = "grey20", `3` = "firebrick2", `4` = "lightblue"),
  sector.titles.expand = NULL)

Arguments

data

Generated by load_data_files function

tracks

Choose tracks to plot from c("common", "unique_1", "unique_2", "divergence_major_allele", "divergence_minor_allele")

tracks.names

tracks' name to change

base.color

color for background

point.size

point size (default: 0.1)

color.palette

point color

bg.col

background color(default: "white")

top.track

to check whether is the top track (defaul: FALSE)


tankbuild/postpsassR documentation built on May 11, 2019, 3:07 p.m.