Dear all,
I tried sciClone (pubmedID 25102416) and having encountered some issues I'd appreciate hearing some thoughts on these.
- My copy number data used for input is log-ratio data. It seems though as sciClone interpreted it as absolute copy number data, since only cn=2 were used (and according to the paper, sciClone only looks at VAFs in regions of normal cn). Is it possible to make the program use the log-ratio data?
- The program seems to have filtered away mutations with depth<100. Is it possible to decrease this limit?
- Finally, the output contains one cluster. However, visually there are 3 subclusters in that cluster. I understand they are too close to each other to be considered separate clusters. Is it possible to make the program output them?
Thanks in advance.
Thanks a lot for the tips. Now it works very nicely. And there no need anymore to try and tweak subclusters into clusters, since clusters are readily reported.
It might be useful to put the help pages somewhere online (e.g. like the readme installation guide at github), to make it easier for someone like me who have looked for this information all over (except for in R).
If sciClone is run with two or three samples, am I right to think that LOH regions common for all samples (intersect) should be used?
Yep - just merge them into one file and use that as your "regions to exclude" file.
When using one sample, sciclone just work fine. But when tring two samples comparison, an error warning generated:
The code is:
sc = sciClone(vafs=list(v1,v2),copyNumberCalls=list(cn1,cn2), sampleNames=names[1:2],cnCallsAreLog2=TRUE,minimumDepth=50)
Is there anything wrong?
Hi Lisa. I'd need more info to help you figure out why you're getting this erro. I'd suggest opening up a new Biostar question, and posting at least the header of your input files there so that I have some information to use for troubleshooting. Feel free to shoot me an email when that question is up (cmiller@genome.wustl.edu) and I'll take a look.
Hi Chris, I post the question at sciClone error for two sample
Thanks.