Closed BenxiaHu closed 4 years ago
First, your matrix has all zeros. Something went wrong there. Check the Input Data vignette.
Second, check the TAD comparison between two conditions vignette how the data should look like. It seems your row- and column names are incorrectly formatted, or the class of your object is incorrect.
Thanks. Now I can run TADCompare successfully. But I still have one question: TADCompare does not output the TAD coordinates. Do you know how to output the regions of TADs? Best,
The "Boundaries" column has the coordinates of boundaries for a given chromosome. TADCompare detects changes in boundaries, then, visualizing specific regions for a pair of samples will help to judge how individual TADs change. Check Visualization of TADCompare Results
@benxiahu, closing this issue due to inactivity. Please, ask if you have any other questions.
Hi, my matrix was made by HiC-Pro. And then I converted the matrix to nxn format.
bed_coords1 = bind_rows(SpectralTAD(input, chr = "chrY", levels = 3)) Error in is.finite(cont_mat) : default method not implemented for type 'list' I got this error. Do you know what is wrong?