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 8Hi, 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 0Hi 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 14Hello 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 0Hello, 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 …
-
extract pathogens from metaphlan3 results
written by serene.s 0Hi Guys! I am trying to analyze my metagenome data using the MetaPhlAn3 tool, I created a spreadsheet of all the species that were present …
-
454 GS FLX WGS data analysis
written by dpc 25Hi friends!!! - Can single end WGS metagenome sequence data sequenced by 454 GS FLX instrument be analysed by MetaPhlAn software? - I am seeing …
-
Assembly of 454 raw data (in fastq)
written by bird77 8I 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 6Hi, 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 lotus28 7I 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 Prasad 159Hi, 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.