-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entire chromosome outputs as high signal #32
Comments
Update: Blacklist with 23 inputs, doesn't help.Tried with 23 inputs, and still gives me the entire chromosome as high signal region. |
I think you probably need more than 100 input tracks for a quality blacklist. We used 1256, 287, 443, and 490 for human, mouse, fly, and worm. |
Thanks. I might be able to get another 8 inputs from our collaborators, so total 30+ inputs, hopefully should help. Is there a way we could restrict the size of bins to overcome this reporting of entire chr as high signal? Or do you think trying with another chromosome(s) would help? |
It may be that there is very low signal in this chromosome? If you uncomment like 442 you can see what the thresholds are defined as and that might give some insight into why you are getting a whole chromosome like this. |
Thanks. I can see on IGV tracks that many regions have high signal in input files, so assuming not low signal issue.
thanks for your help. |
This might be the issue - based on my comment it looks like the length needs to have been included in the unit8 files. Change that to 100 and give it a shot. |
Thanks. Yessss, changing |
Entire chr29 as High Signal Region
I have created mappability file for chr29 (smallest chromosome for quicker analysis) with kmer 100 and 150, and used final uint output file of
combine_umaps
However, it spits out entire chromosome as high signal region, not sure if this is because of low number of inputs I have provided (5 inputs).
Blacklist was installed using https://anaconda.org/bioconda/encode-blacklist
Directory structure below
Contents of uint file # combined kmer 100 and 150
Please could you suggest why Blacklist output is the entire chromosome.
Thanks.
The text was updated successfully, but these errors were encountered: