SPAdes for specific strain assembly from stool sequenced data
Is it possible to use SPAdes to assemble a specific bacterial strain from stool sequenced data, and what steps or modifications in the standard pipeline are required to optimize strain-level assembly?
assembly
spades
fastq
• 1,174 views
•
link
updated
by
dthorbur
•
written
by
chemokine-1 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Combining Metatranscriptomics (Mtx) and Metagenomics (Mgx)
written by rk009 •Hi everyone, I am working with mouse stool samples and interested in exploring bacterial diversity. I have Mtx and MAGs from the stool samples, what …
-
Short Reads assembly at strains level for metagenomic data
written by steven.blanchard92 •Hello, I want to assemble an ecosystem with several strains of the same species, but the standard assembly tools (MegaHit, spades...) don't allow me to …
-
How to assemble a genome from scaffolds to Chromosome level
written by KumarHi, I have got bacterial fastq files and I assembled these files in scaffolds using SPAdes. I am looking to assemble these scaffolds at the …
-
How to generate single sequence from assembled contigs?
written by Anisur Rahman •Hi, We have sequenced a chloroplast DNA from potato and assembled the reads by SPAdes assembler. After assembly, we got 3 contigs. Now we want …
-
Assembly pipeline/tutorial for SMRT (PacBio) sequenced bacterial genome data?
written by KumarI have a `bacterial genome` raw data, sequenced by `PacBio` platform. I need to perform both `reference and de novo` based assembly, therefore kindly suggest …
-
Bacterial genome assembly for comparative genomic analysis
written by artgrigorov •Hi everyone! I'm quite new in this field, so I need help because I don't understand whole pipeline for my task. My lab has sequenced …
-
E coli Illumina paired assembly using a reference genome?
written by lg248 •Hi, I'm a new bioinformatician and wondering if what I want is possible or even logical. I sequenced (slightly) mutant E coli, genome should be …
-
What pipeline should I use to assemble bacterial genome?
written by Seq225Hello, I want to assemble bacterial genomes. The bacterial population was isolated from gut, and sequenced. Now I want to assemble the genomes and identify …
-
assembly of mouse transcriptome from BAM file
written by regulatinggeneexpression •hello, We work with a mouse strain different from the strain that was used in generating the standard mouse reference genome (mm9 or mm10). The …
-
What are the best approaches to evaluate a genome assembly using the 'intrinsic' data?
written by fhsantannaI have assembled four bacterial genomes derived from MiSeq pair-ended sequencing data using the following steps: 1. Assembly using CLC Workbench; 2. Assembly using SPADES; …
Check an old answer. The thing is: if your strain of interest does not differ a lot from the published genomic sequence simple mapping of reads (using multiple bacterial genomes) may be good enough. But if it differs i.e. having large insertions not present in the published genome of that strain it is hard/close to impossible to enrich reads (during pre-assembly) derived from such inserts.
So I think I wasn't clear enough in my question. The stool contains many bacteria, and I am concerned about the presence of a new strain that interests me. This new strain shouldn't be very different from its original bacteria (I believe). I think that for a monoclonal strain sequenced stool, SPAdes, QUAST, and Prokka should be enough. How can I differentiate the new strain from well-known genomes?
Do you have any a priori ideas about where differences in the genome might arise between the strains, or is this a fishing expedition?
It sounds like you'll need to do some annotating with tools like
Kraken2orQiime2, and then pull out your species of interest from the rest of the metagenomic community. After you can check for variants, and how they segregate if you have enough data left over. Hard to say without more information about the data you have.