Galaxy | Tool Preview

Freyja: Aggregate and visualize (version 1.5.2+galaxy1)
One file per one sample.
See info box below to learn more about the form of meta-file. Accepts only CSV (.csv) files
Used for pdf format.
Include in the plot only samples where the 'coverage' value is greater than the specified --mincov parameter. It excludes samples with coverage values below the minimum coverage threshold. By default, the minimum genome coverage is set at 60 percent.

What it does

Freyja is a tool to recover relative lineage abundances from mixed SARS-CoV-2 samples from a sequencing dataset (BAM aligned to the Hu-1 reference).

General information

Freyja is a tool to recover relative lineage abundances from mixed SARS-CoV-2 samples from a sequencing dataset (BAM aligned to the Hu-1 reference). The method uses lineage-determining mutational "barcodes" derived from the UShER global phylogenetic tree as a basis set to solve the constrained (unit sum, non-negative) de-mixing problem.

Freyja is intended as a post-processing step after primer trimming and variant calling in iVar (Grubaugh and Gangavaparu et al., 2019). From measurements of SNV freqency and sequencing depth at each position in the genome, Freyja returns an estimate of the true lineage abundances in the sample.

Information about freyja aggregate method

Method for manipulating the "demixed" output files.

Outputs

This resulting aggregated data can analyzed directly as a tsv file, or can be visualized using freyja plot and freyja dash.

Information about freyja plot method

Method provides a fractional abundance estimate for all aggregated samples.

A time(s) metadata CSV file should have Sample,sample_collection_datetime form:

sample_0.tsv,03/01/21

sample_1.tsv,03/03/21

sample_2.tsv,03/08/21

sample_3.tsv,03/10/21

or Sample,sample_collection_datetime,viral_load form:

sample_0.tsv,03/01/21,460326

sample_1.tsv,03/03/21,176645.1

sample_2.tsv,03/08/21,449891.7

sample_3.tsv,03/10/21,361699.5

Note: sample_collection_datetime can have either MM/DD/YY or YYYY-MM-DD format.

Information about freyja dash method

Functionality to rapidly prepare a dashboard web page, directly from aggregated freyja output.

A sample(s) metadata CSV file should have this form:

Sample,sample_collection_datetime,viral_load

sample_0.tsv,03/01/21,460326

sample_1.tsv,03/03/21,176645.1

sample_2.tsv,03/08/21,449891.7

sample_3.tsv,03/10/21,361699.5

Note: sample_collection_datetime can have either MM/DD/YY or YYYY-MM-DD format.