RCircos.Get.Arrow.Shape | R Documentation |
Get default coordinates for an arrow shape. The arrow is represented as a polygon inside of a circle with radius of 1. The cocordinates will be different based which side of chromosome ideogram the arrow will be plotted.
RCircos.Get.Arrow.Shape(side="in")
side |
Character vector, either "in" or "out". |
A two dimensional numeric matrix for x and y coordinates of a polygon.
Henry Zhang
library(RCircos) arrow <- RCircos.Get.Arrow.Shape("in") arrow <- RCircos.Get.Arrow.Shape("out")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.