bacterial identification from WGS long reads.
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Nanopore specific assembly tool of Mitochondria
written by adarsh •Hi, I have nanopore ultra-long sequenced data of mitochondria of a plant species. I need to perform assembly for which I am unable to find …
-
merging of two assemblies from different short-reads techniques
written by Andrew Yu •Hi all! I have two data sets for one **metagenome** sample: 1. `Illumina` 2x300 bp shotgun metagenome library. 2. `DNBSEQ` 2x100 bp shotgun metagenome library. …
-
Assembly at lineage level from shotgun data ?
written by v.berriosfarias •Hello I have metagenomic reads under some fastq files, from these fastq files I want to map all reads that match against the genome of …
-
Check if nanopores reads is from the same species as the one used in an assembly
written by Olivier •Hello, I have wgs nanopore reads with only about 10x of coverage that has been generated from a given eukaryotic sample (as a single *.fastq.gz …
-
How can I align a specific squence against fastq reads
written by Juliana •Hi, I would like to know which is the best tool to align a specific sequence against fastq reads from a WGS and afterwards determine …
-
extract pathogens from metaphlan3 results
written by serene.s •Hi Guys! I am trying to analyze my metagenome data using the MetaPhlAn3 tool, I created a spreadsheet of all the species that were present …
-
Assembly of 454 raw data (in fastq)
written by bird77 •I need to assemble raw reads from a project that already has been published. The metagenome was sequenced with 454, but the files are only …
-
Predict genes from megahit assembly sequence for virome tools
written by fanglujing •Hi, there. Recently, I did some work in virome analysis. I used the GeneMark to predict genes in Metagenome analysis before. However, I wonder if …
-
Getting species counts from Illumina metagenome data
written by lotus28I want to use SparCC for correlation analysis on metagenome samples but it requires raw counts as it has a special way of estimating community …
-
significant testing for species abundancy
written by PrasadHi, I have species abundancy [absolute abundancy values] data for few of the metagenome samples. i want to do some statistical significant analysis for these …
Do you have an idea of what genomes to expect? Would there be one or more Depending on that you will need to select/create a database to search against.
If this is a single genome them simply blasting a few reads at NCBI should also give you an idea of what you have.
If your target species is included in a WGS database, you could use one of the metagenomic tools like Kraken2 and compare all your reads against a database of known sequences. Then you would also have a kind of confidence metric given the proportion of reads that map to the correct species. Another benefit would be identification and quantification of any potential contamination.
If your target species is not in a WGS database but sister taxa are, then you could still use the genus level mapping information.
I tend to use Kraken2 for QC of DNA and RNA reads and it is a really useful step.