I'm experiencing an issue with hicPCA, where it gives a ValueError. I'm using python version 3.7.12 and hicexplorer version 3.7.2. Here is the command I run:
Traceback (most recent call last):
File "/nas/longleaf/apps/hicexplorer/3.7.2/miniconda3/envs/hicexplorer/bin/hicPCA", line 7, in <module>
main()
File "/nas/longleaf/apps/hicexplorer/3.7.2/miniconda3/envs/hicexplorer/lib/python3.7/site-packages/hicexplorer/hicPCA.py", line 355, in main
vecs_list = correlateEigenvectorWithGeneTrack(ma, vecs_list, args.extraTrack)
File "/nas/longleaf/apps/hicexplorer/3.7.2/miniconda3/envs/hicexplorer/lib/python3.7/site-packages/hicexplorer/hicPCA.py", line 191, in correlateEigenvectorWithGeneTrack
gene_occurrence_per_chr[chromosome])
File "/nas/longleaf/apps/hicexplorer/3.7.2/miniconda3/envs/hicexplorer/lib/python3.7/site-packages/scipy/stats/stats.py", line 4013, in pearsonr
raise ValueError('x and y must have the same length.')
ValueError: x and y must have the same length.
Any help you can provide would be greatly appreciated! Thanks a lot.
Hi there,
I'm experiencing an issue with hicPCA, where it gives a ValueError. I'm using python version 3.7.12 and hicexplorer version 3.7.2. Here is the command I run:
and here is the output:
Any help you can provide would be greatly appreciated! Thanks a lot.