Entering edit mode
4.3 years ago
nonaddldy
▴
10
If I want to analyze human Y genome at chromsome level, is it difficult to assemble the publised human y sequences at this level and how should I prepare to assembly them?
If you are talking about known mapping reads to genomes like the human genome, the 1000 Genomes Project gives you the detected variants in VCFs, then you can prepare an individual genome patching the reference genome with all the reported variants. There is no need to provide for each individual their genome as Fasta.
If you want to de novo assembly using the raw reads, you will find there is not enough coverage to have a full reconstruction, you will need to sequence deeper or combine technologies (short + long reads) to get better contigs. In the past weeks, there was a report of sequencing chromosome X in one pass.
Thanks for your advice, so I decide to apply the VCF files, and the staff of 1000 genome project e-mailed us that UCSC genome browser can also help us to investigate the sequence.