powered by
Calculate X and Y coordinates for the topleft corner of heatmap color scale.
RCircos.Get.Heatmap.Color.Scale.Location(scale.location = 1)
Integer of 1 ~ 12, represents the plot location (default is 1): 1: "bottom" 2: "left" 3: "top" 4.: "right" 5: "bottomleft" 6: "bottomright" 7: "leftright" 8: "leftbottom" 9: "topleft" 10: "topright" 11: "righttop" 12: "rightbottom"
Numeric verctor of length 2 for x and y coordinates
# NOT RUN { library(RCircos) location <- RCircos.Get.Heatmap.Color.Scale.Location(1) # }
Run the code above in your browser using DataLab