Test if the two clones/clusters have different VAFs, using a Mann-Whitney U test
1 | clone.vaf.diff(clone1.vafs, clone2.vafs, p.value.cut = 0.05)
|
clone1.vafs: |
VAFs of all variants in clone/cluster 1 |
clone2.vafs: |
VAFs of all variants in clone/cluster 2 |
p.value.cut: |
significant level (if the test produce p.value less than or equal to p.val => significantly different) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.