Closed apaytuvi closed 7 years ago
I will need to check this..
Apart from that, the hicFindEnrichedContacts
works with a corrected hi-c matrix (--matrix
) and its uncorrected matrix (--originalMat
) not with two matrices from different cell lines.
This is done to remove spurious enriched contacts coming from the correction.
I modified the hicFindEnrichment code and now it should work (see 7d47403df14aca44ddf81542e5bd7ac55a5bbc03). This is now part of release 1.7.2
@fidelram Thank you,
the plot given by hicFindEnrichment
(or the output txt file) takes into account library sizes to make different samples comparable? Do hicFindEnrichment
normalize by the library size of the different samples?
Thank you, A.
I want to find enriched contacts between
matrix1.npz
andmatrix2.npz
. They come from different cell types. For that, I call the following command:hicFindEnrichedContacts --matrix matrix1.npz --originalMat matrix2.npz --outFileName enrichedcontacts_zscore.npz --method z-score
And what I get is: