Open teunbrand opened 5 years ago
Come to think of it, should probably implement a default position function for Hi-C matrices to be symmetric.
Come to think of it, should probably implement a default position function for Hi-C matrices to be symmetric.
Would probably problematic in the following case. Say one would plot plot several chromosomes as facet and trans contacts. Facet assignment happens before position adjustments, so it would be too late to mirror the trans data. Might be best to stick to a geom or layer that preprocesses this.
The 45 degree angle rotation could be a position function. Could add options such as
clip = c("lower", "upper", "neither")
orsawtooth = FALSE
. Should convert raster-like data to polygon style parametrisation.