Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Source for number of variants and samples on main page #129

@wm75

Description

@wm75

Currently, the main page states this under Results for Genomics:

These lists are updated daily. There are 397 sites showing intra-host variation across 33 samples (with frequencies between 5% and 95%). Twenty nine samples have fixed differences at 39 sites from the published reference.

This leaves two questions:

  1. when have these numbers been updated last (based on which samples)?
  2. when is a variant considered a fixed difference?

When I analyzed https://covid19.galaxyproject.org/genomics/4-Variation/variant_list.tsv today, I got this for the filter condition 0.95 >= float(af) >= 0.05:
Samples with variants: 378
Total number of variants observed: 260
Number of sites observed to carry variants: 259

For the fixed differences I tried float(af) == 1.0 giving:
Samples with variants: 55
Total number of variants observed: 27
Number of sites observed to carry variants: 27

and float(af) > 0.95 resulting in:
Samples with variants: 378
Total number of variants observed: 260
Number of sites observed to carry variants: 259

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions