Skip to content

Similarity of Variants (before and after data) #26

Description

@DBecker7

Jaccard similarity of all pairwise combinations of variants.

Extract the set of mutations for each variant, then compare pairwise across all variants.

There are a couple of interesting cases:

  • One variant is a subset of another (all the same mutations, but one has more)
    • One variant is almost a subset of the other.
  • Two variants differ by one mutation.
  • Jaccard similarity
  • TN93 distance?

The function should be able to calculate these before data are fused (i.e. with varmat) as well as after (i.e. with the fused data).

Metadata

Metadata

Assignees

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