GENOVA
GENOVA copied to clipboard
hic_matrixplot plot all chromosome?
Could hic_matrixplot plot all chromosome interaction heatmap instead of only one chromosome? Thank you!
Are you looking for the chromosome_matrix() function?
library(GENOVA)
exp <- get_test_data("150k")
res <- chromosome_matrix(exp)
visualise(res)

Created on 2021-11-01 by the reprex package (v2.0.0)