dozmorovlab / TADCompare

Package for analysis and characterization of differential TADs
https://dozmorovlab.github.io/TADCompare/
Other
22 stars 2 forks source link

ConsensusTADs throwing error #21

Closed Rohit-Satyam closed 6 months ago

Rohit-Satyam commented 6 months ago

Can you please look into this


> ConsensusTADs(time_mats,resolution = 50000)
Converting to n x n matrix
Matrix dimensions: 704x704
Matrix dimensions: 704x704
Matrix dimensions: 704x704
Matrix dimensions: 704x704
Error in crossprod(as.matrix(sub_filt1), Dinvsqrt1) : 
  "crossprod" is not a BUILTIN function
mdozmorov commented 6 months ago

It is strange. What ?crossprod gives?

Rohit-Satyam commented 6 months ago

Hi @mdozmorov I think it was some conflict with Biocmanager and some other packages. Reinstalling the development branch resolved the issue.