sciClone: Multiple alleles at single position
1
0
Entering edit mode
6.7 years ago
fongchunchan ▴ 10

Hi,

Currently sciClone mutation input data is chr, pos, ref_reads, var_reads, vaf which assumes that we only have one a single mutated allele at a given position.

Is there a way to get sciClone to work with two independent mutations at the same position? Incorporating a reference and allele column could help with distinguishing these two independent events for clustering?

Thanks,

Fong

sciclone • 1.6k views
ADD COMMENT
0
Entering edit mode
6.7 years ago

SciClone doesn't actually care what the position is, and it'd be a nice fix to change the code to reflect that (pull requests welcome). As a quick fix, though, I'd recommend just changing the sciclone inputs to something unique. if your variants look like:

1  123456  A/T
1  123456  A/C

Then in your sciclone input, make them

1 123456      <vaf info...>
1 1234569999  <vaf info...>

or even

1     123456  <vaf info...>
asdf 123456  <vaf info...>
ADD COMMENT

Login before adding your answer.

Traffic: 1777 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6