-
Notifications
You must be signed in to change notification settings - Fork 32
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
How to get chromosome bins #53
Comments
Hi Michal, Thanks for your e-mail, and for your interest in the LACHESIS software! The first thing I should mention is that LACHESIS is no longer being actively developed or maintained, as stated on the Github front page. I recommend you take a look at the Juicer software from the Aiden lab (https://github.com/theaidenlab), a more recently developed and actively maintained piece of code that serves roughly the same purpose. Also, if you want a research kit that will ensure high-quality Hi-C results, I suggest contacting the folks at Phase Genomics (https://phasegenomics.com/). As for your concern about 19 chromosomes: As stated in the original paper, LACHESIS can predict roughly, but not precisely, the number of chromosomes in the assembly. Your assembly actually shows a pretty steep drop-off in size after the first 19 scaffolds (#0-#18). This suggests that LACHESIS has correctly picked up on intra-chromosomal signals; even in the absence of external information, you could have estimated roughly 19 chromosomes from the scaffold sizes. I suggest you interpret the 19 largest scaffolds as roughly equivalent to the 19 chromosomes, with some possible noisiness around the merge (cluster #18 in particular is borderline in size.) The other, smaller scaffolds are likely true chromosomal sequence that should have been merged into scaffolds #0-#18 but LACHESIS did not see a strong enough signal to make that merge. Note that the combined length of scaffolds #19-#114 is only 57 Mb. -- Josh |
Hi Josh, |
I'm not sure. The clusters are pretty large, so there should be enough signal to order them. Either there is a severe lack of Hi-C link density, or some of your assembly files might have been created incompletely. Try setting OVERWRITE_CLMS = 1. |
Hi Josh,
Unfortunately, they are not ordered and oriented:
I also tried
Thank you in advance, Michal |
@mictadlo I have same trouble with ordering? Did you have solved it ? |
Hi, I had the same issue, no contig ordering at all. I then found that my sam file was not ordered by read name. Jorge |
Hi,
Running LACHESIS in the below way did not provide the expected chromosome numbers because I got 115 groups.
cat lachesis/REPORT.txt
provided:How am I able to the expected 19 chromosomes?
Thank you in advance,
Michal
The text was updated successfully, but these errors were encountered: