You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to test the performance of DIAMOND for detecting viruses and identifying the nearest genomic reference of pathogens in metagenomic samples. The goal is to evaluate how well DIAMOND performs in comparison to other commonly used tools such as Kraken2 and Mash, particularly for viral classification.
This will help us decide whether DIAMOND should be integrated into the pipeline and under what use cases it performs best.
Objectives:
Use DIAMOND to align reads (or contigs) against a protein database (e.g., NCBI nr, viral subset, or custom)
Extract taxonomic information and nearest-genomic reference(s) for detected pathogens
Compare results with Kraken2 (k-mer based classification) and Mash (genome sketching)
Description:
We want to test the performance of DIAMOND for detecting viruses and identifying the nearest genomic reference of pathogens in metagenomic samples. The goal is to evaluate how well DIAMOND performs in comparison to other commonly used tools such as Kraken2 and Mash, particularly for viral classification.
This will help us decide whether DIAMOND should be integrated into the pipeline and under what use cases it performs best.
Objectives:
Tasks:
Relevant Tools:
[DIAMOND](https://github.com/bbuchfink/diamond)
[Kraken2](https://github.com/DerrickWood/kraken2)
[Mash](https://github.com/marbl/Mash)
Reference Database & Taxonomy Mapping:
🔬 DIAMOND
diamond makedbto create index.prot.accession2taxid(from [ftp.ncbi.nih.gov/pub/taxonomy/accession2taxid/](https://ftp.ncbi.nih.gov/pub/taxonomy/accession2taxid/))nodes.dmp,names.dmp(from [ftp.ncbi.nih.gov/pub/taxonomy/](https://ftp.ncbi.nih.gov/pub/taxonomy/))--outfmt 100) if integrating later with MEGAN for taxonomy binning.🧬 Kraken2
standardincludes viral, bacterial, archaeal, and human genomes from RefSeq.kraken2-build --download-taxonomyto fetch taxonomy files and link them.🧪 Mash
Expected output:
You could expand this to include multiple organisms per sample, or summarize results as a confusion matrix or precision-recall curve.
Next Steps: