Skip to content

nahid18/virustaxo-wf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VirusTaxo

A tool for predicting the taxonomy of viral sequences

For taxonomic classification of viruses from metagenomic sequences, we developed VirusTaxo using diverse (e.g., 402 DNA and 280 RNA) genera of viruses. VirusTaxo has an average accuracy of 93% at genus level prediction in DNA and RNA viruses. VirusTaxo outperformed existing taxonomic classifiers of viruses where it assigned taxonomy of a larger fraction of metagenomic contigs compared to other methods. Benchmarking of VirusTaxo on a collection of SARS-CoV-2 sequencing libraries and metavirome datasets suggests that VirusTaxo can characterize virus taxonomy from highly diverse contigs and provide a reliable decision on the taxonomy of viruses.

Quickstart

Add VirusTaxo in LatchBio

  1. Log into https://latch.bio.
  2. Find VirusTaxo within Workflows > All Workflows tab or, go here https://console.latch.bio/explore/63583/info.
  3. Add VirusTaxo to your workspace (There's a button for it)
  4. You will find VirusTaxo in My Workflows tab and click on it.
  5. Now you can run prediction analysis

Provide Input and Run

  1. Provide input fasta file. You can upload fasta file containing viral (single or multiple) sequences. Or, you can use test input data containing 1,553 SARS-CoV-2 genome sequences provided by us. Download from here.
  2. Select Genome Type as RNA since SARS-CoV-2 is an RNA virus.
    Note: If you do not know what the genome type is, select Unknown option. In case of DNA viruses, select DNA.
  3. Launch the workflow.

Input Options

  • Input Fasta File: Provide concatenated viral sequences in a single fasta file.
  • Virus Genome Type: For DNA viruses, set this to DNA. For RNA viruses, set this to RNA. If the fasta file contains both DNA and RNA viral sequences, then selecting Unknown genome type will predict the taxonomy of both DNA and RNA viruses.

How to cite

Links:

FAQ

Q: Can I use fastq files?
A: No, you cannot. But you can assemble the fastq reads using Megahit. Then use the Megahit contigs (in fasta format) in VirusTaxo.

Releases

No releases published

Packages

No packages published