GENOVA icon indicating copy to clipboard operation
GENOVA copied to clipboard

hic_matrixplot plot all chromosome?

Open liufuyan2016 opened this issue 4 years ago • 1 comments

Could hic_matrixplot plot all chromosome interaction heatmap instead of only one chromosome? Thank you!

liufuyan2016 avatar Oct 21 '21 09:10 liufuyan2016

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)

teunbrand avatar Nov 01 '21 19:11 teunbrand