You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to computeMatrix and plotHeatmap for these two bw together with some other bw files, I got the error of "No common chromosomes found" while I'm sure they are from the same species and assemblies (dm6), if I remove these two bw files from the list, it works. If I do the same thing for these two bw files alone, it also works to some degree, except that it's skipping 90% of my regions in the bed file (which works for other bw files), when these regions apparently exist -- they look normal in IGV browser in parallel with my other bw files.
Would anyone please help me check if these two bw files are problematic somehow and how to fix it? Thank you very much in acvance!
Error when these two bw files processed with my other bw files:
No common chromosomes found. Are the bigwig files from the same species and same assemblies?
chromosome length
chr4 1348131
chr3L 28110227
chrX 23542271
chrY 3667352
chr2L 23513712
chr3R 32079331
chr2R 25286936
and the following is the list of the unmatched chromosome and chromosome
lengths from file
../result_computeMatrix/bw/GSM6757703_orer_1to15_atac_7.bw
chromosome length
chrX_CP007103v1_random 33304
chrUn_DS484407v1 2156
chrX_DS485044v1_random 1263
chrUn_DS485820v1 1041
chrX_DS484664v1_random 1690
chrY_DS484175v1_random 2705
chrX_DS485164v1_random 1217
........... (many lines)
Error when these two bw files processed alone:
The following chromosome names did not match between the bigwig files
chromosome length
chrY_DS485764v1_random 1052
chrUn_DS483808v1 5046
chrUn_DS485330v1 1161
........ (many lines)
Skipping chrX:107843-109755, due to being absent in the computeMatrix output.
Skipping chrX:114047-116407, due to being absent in the computeMatrix output.
Skipping chr3L:216625-218058, due to being absent in the computeMatrix output.
Skipping chr3L:217932-223069, due to being absent in the computeMatrix output.
Skipping chr4:221425-222508, due to being absent in the computeMatrix output.
Skipping chr4:226318-226986, due to being absent in the computeMatrix output.
Skipping chr3L:247491-250305, due to being absent in the computeMatrix output.
Skipping chr4:268175-276369, due to being absent in the computeMatrix output.
Skipping chr4:310930-314087, due to being absent in the computeMatrix output.
Skipping chrX:318526-323554, due to being absent in the computeMatrix output.
Skipping chr3L:343378-346957, due to being absent in the computeMatrix output.
Skipping chr4:344055-346552, due to being absent in the computeMatrix output.
Skipping chr4:431771-435221, due to being absent in the computeMatrix output.
Skipping chrX:496597-497374, due to being absent in the computeMatrix output.
Skipping chrX:509435-528028, due to being absent in the computeMatrix output.
Skipping chrX:513106-523226, due to being absent in the computeMatrix output.
........ (many lines)
Here are the chromosomes from the two bw files and one of my other bw files:
I realized that the chromosome lengths have to be the same among bw files, not only the names. The two problematic bw files had different chromosome lengths although they were mapped to the same assembly dm6. So I converted the bw to bedgraph, then adjusted the chromosome lengths to the same, then converted the bedgraph back to bw. Now everything works
To me this sounds like different subversions of dm6, and I'd be careful just changing these lengths, as your coordinates won't match anymore. Safest bet to make sure these are really the same reference is to align them yourself.. This isn't a deepTools issue, though.
Welcome to deepTools GitHub repository! Before opening the issue please check
that the following requirements are met :
Paste your deepTools version (
deeptools --version
) and your pythonversion (
python --version
) below.deeptools 3.5.5
Paste the full deepTools command that produces the issue below
(ignore if you simply spotted the issue in the code/documentation).
Python 3.11.7
Paste the output printed on screen from the command that produces the issue
below (ignore if you simply spotted the issue in the code/documentation).
I have two bigwig files downloaded from GEO accession
GSM6757703 and GSM6757712
When I try to computeMatrix and plotHeatmap for these two bw together with some other bw files, I got the error of "No common chromosomes found" while I'm sure they are from the same species and assemblies (dm6), if I remove these two bw files from the list, it works. If I do the same thing for these two bw files alone, it also works to some degree, except that it's skipping 90% of my regions in the bed file (which works for other bw files), when these regions apparently exist -- they look normal in IGV browser in parallel with my other bw files.
Would anyone please help me check if these two bw files are problematic somehow and how to fix it? Thank you very much in acvance!
Error when these two bw files processed with my other bw files:
Error when these two bw files processed alone:
Here are the chromosomes from the two bw files and one of my other bw files:
My bed file is also attached.
bed.txt
The text was updated successfully, but these errors were encountered: