The purpose of the cal_pairwise() function is to perform a pairwise intersection calculation among multiple BED files and then display with corrplot
calPairwise(
bed_list,
picture = T,
method = "pie",
color = "Blues",
tl_col = "black"
)
A list contains records of all bed files(Read by function get_beds()).
Reture plot object. Default: TRUE.
Method of corrplot. Default: 'pie', can be "circle", "square", "ellipse", "number", "shade", "color", "pie".
Color of glyphs.
Color of textg.
A matrix/corrplot of pairwised intersection