dhkron / PSYCHIC

Code for finding putative enhancers using Hi-C data
25 stars 8 forks source link

HiC matrices #6

Closed ArtemLuzhin closed 6 years ago

ArtemLuzhin commented 6 years ago

Hello! what about unmapable regions (telomere and centromere and repeats) that usually on HiC matrix represents as NaN's. Does it necessary to convert them to zeros? or PSYCHIC have options for masking? How it influence on PSYCHIC results?

With best regards, Artem.

dhkron commented 6 years ago

Hey!

PSYCHIC doesn't covert NaNs to zeros, so it is preferable to make them zeros first. Also, PSYCHIC uses some external libraries to get first TADs, so better make zeros. For the last question- generally, large zero regions should have neutral effect on the results. However smaller domains edges usually tend to stick to unmapaple edges.

ArtemLuzhin commented 6 years ago

Ok and thanks for fast response)