make_circos_plot | R Documentation |
Draw a circos plot
make_circos_plot(vis_circos_obj, transparency = FALSE, args.circos.text = list(), ...)
vis_circos_obj |
Object returned by |
transparency |
Logical indicating whether the transparency of the links will correspond to the ligand-target potential score (default: FALSE) |
args.circos.text |
List of arguments to pass to |
... |
Additional arguments to pass to |
A circos plot
## Not run:
# Default
make_circos_plot(vis_circos_obj, transparency = FALSE)
# Transparency
make_circos_plot(vis_circos_obj, transparency = TRUE)
# Make text smaller
make_circos_plot(vis_circos_obj, transparency = TRUE, args.circos.text = list(cex = 0.5))
# Don't sort links of each ligand based on widths (not recommended)
make_circos_plot(vis_circos_obj, transparency = TRUE, args.circos.text = list(cex = 0.5), link.sort = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.