-
Notifications
You must be signed in to change notification settings - Fork 186
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 use genetic map (markers.csv) file to scafold a haplotype phased assembly from contig level to pseudochromosome level. #604
Comments
I think you may need to construct the genetic map first. The format you have here is very similar to MSTMap input. http://alumni.cs.ucr.edu/~yonghui/mstmap.html Once you have computed the genetic distance for all markers, then you can follow the steps in https://github.com/tanghaibao/jcvi/wiki/ALLMAPS#step-1-prepare-input-data to use ALLMAPS. |
I got this result. I am not familiar with theses type of plots and what to interpret from this. Does this just mean that, for Chr 3, have linkage to two linkage groups (that means markers from linkage group 2 i.e corresponding to chr. 2 , also map to chr.3 )Or is something more concerning going on?
This one seems even more chaotic. Thanks for your valuable time. |
The assembly looks reasonable to me and the matching to multiple linkage groups does not seem too concerning. The grey colors are showing contigs that get assembled (so grey, white, grey, white ... alternating colors so that you can see the boundaries of contigs). In your case, there are just 2 contigs. This is the best arrangement between the two contigs that agree with the linkage map. If you look at the matches to other linkage group (X-L.2), they are really minor and appears concentrated on a few places. You can increase Same story on the chr8, it doesn't seem bad at all. |
Thank You |
Refering to - You can increase --links to remove those minor matches. How does this --links option work and what value should be reasonable to increase. I increased it to 20 and it did remove some minor matches but not in all the chromosomes. So, i was curious to know what exactly this option does and what should be an optimal value. Can you please explain this. |
have a Genetic map (18000_markers.csv) in ABH format and i want to use this genetic map to scaffold a contig level assembly(I have 2 haplotype phased genome assembly).
I figured out that this can be achived using ALLMAPS .But the input file in all maps looks different than what i posses and i am new to using genetic map and donot know how to convert the file that i have to be used to scafold the haplotype phased genomes.
I have below an example of the file i have and i donot know how to attach the .csv file for convenience.
`
Please let me know how can i scaffold the genome. Thanks in advance for your valuable time.
The text was updated successfully, but these errors were encountered: