Assembly out of mapping reads to a reference genome
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to find Bloom filter parameter for Abyss 2
written by RicHi, Abyss 2 introduces a new Bloom filter assembly mode that enables large genome assemblies with minimal memory. Bloom filter assembly mode is enabled by …
-
RNAseq assembly for diploid genome.
written by Ric[Redundans](https://github.com/Gabaldonlab/redundans) is a pipeline that assists an assembly of heterozygous/polymorphic genomes. Is there anything for RNAseq assembly? Thank you in advance. Mic
-
estimate genome coverage
written by RicHi, I ran KmerGenie and I got the best Kmer and the estimated genome size. How do I get the estimated genome coverage? Thank you …
-
Setting parameters for MaSuRCa
written by RicHi, I have only Illuming paired-end reads form 2.5 Gbp plant genome. #this parameter is useful if you have too many jumping library mates. Typically …
-
Duplicates removal tool for paired-end
written by RicHi, I used [`fastuniq`](https://sourceforge.net/projects/fastuniq/), a duplicates removal tool for paired short DNA sequences. It used a lot of memory and I just wonder whether there …
-
Duplicates removal tool for paired-end
written by RicHi, I used [`fastuniq`](https://sourceforge.net/projects/fastuniq/), a duplicates removal tool for paired short DNA sequences. It used a lot of memory and I just wonder whether there …
-
removing chloroplast sequence from FASTQ files
written by RicHi, I have paired-end WGS FASTQ files and chloroplast genome. How is it possible to remove chloroplast sequences from the FASTQ files? Thank you in …
-
How to calculate the insert size for Paired-end reads
written by RicHi I read this article ( http://bioinformatics.uconn.edu/bacterial-genome-assembly-tutorial/ ) and I just wonder how to calculate the insert size for Paired-end reads required by SSPACE -l …
-
Difference between SSPACE and AlignGraph
written by RicHi, I read this article ( http://bioinformatics.uconn.edu/bacterial-genome-assembly-tutorial/ ) and they used first SSPACE and then AlignGraph. Is SSPACE and AlignGraph not the same or would …
-
Reference guided assembly methods
written by RicHello, I am interested in *reference-guided assembly* and found this paper ( http://www.pnas.org/content/108/25/10249.full ). Is this still the best way to do a reference-guided assembly …
When mapping reads to a reference genome, what you would have is a consensus, not an assembly. This would be a reference with variants introduced from your mapping data. If you mean to say that assembly of the reads which map to a genome is fragmented, it is due to the uneven coverage, genome complexity and repeats. There are approaches to make local assemblies out of mapped reads, which work to an extent.
Could please provide examples how to make local assemblies out of mapped reads?
You can try ABRA for local assemblies.
You can do both reference-guided as well as denovo genome assembly.
Could you please provide examples for reference-guided assembly?
You had started a thread about this 3 months back: Reference guided assembly methods
There is a list of software at Omicstools that you can refer to.