Do you have readcounts for each site in both tumors? The first two columns of the lists of variants that you feed in should be identical.
Do you mean I have to merge the chromosome position of the two samples?
For example:
tumor1:
chr1 100 8 6 42.8571
chr1 156 12 3 20.0000
...
tumor2:
chr1 112 24 5 17.2414
chr1 278 5 3 37.5000
...
So, the final first two columns should be:
tumor1:
adding the positions which didn't appear in tumor1 mutation list (in other word, the different positions between the two samples): here the "chr1 112" and "chr1 278" et al. in tumor2.
And similar adding and calculations for tumor2?
Is your tumor polyploid, or mostly CN altered? If so, no points will be usable.
Actually, from the result density plot of sample 1, it looks the majority are single-copy amplified (should be the wild-type allele amplified) which should be one triploidy. Would you explain why the polyploid can't work?
Is your CN data formatted incorrectly? By default, sciClone expects absolute copy number values (CN 2 = neutral, CN 3 = 1 copy amplified, etc). You can feed it log2 values by passing the appropriate flag.
I set the cnCallsAreLog2=TRUE.
Is your data low-coverage, such that no points are exceeding the minimum depth threshold?
When running in the one-sample, the minimumDepth 100 and 50 work fine. I tries different minimumDepth values, and even setting to 10 can't work in the two-sample running. Do the minimumDepth value represent the true coverage?
Thanks!