Dear Users,
I would like to know , that given I have only one tumor and its normal type and I have the sets of germline and somatic mutations with the frequency listed by VarScan2, how can I use this information along with the region information of this mutation corresponding to a gene , to outline the clonal and sub-clonal populations of mutation in the tumor. Is there any method that can help me generate a model which can help me understand which mutations are occupied in the entire tumor population and which less. This would help me understand all the sub clones of the tumor. In other way it will help me understand how the mutations are categorized in the entire tumor mass and also inform me to what extent this mutation is having a stake in the tumor. This classification helps to reconstruct the tumor fate and its evolution and will also enable me to list out the potential driver mutations and passenger mutations concerned with that tumor. Is there any tool that can help me do this? Most of the tools work on multiple samples. I would like to have some suggestions on these lines.
Not sure if this is what you are asking. But if you have VAF of all somatic mutations from a pair of normal and tumor, you can use mclust to identify clusters (or biologically clones).
@poisonAlien - Please correct me if am wrong. The frequency percentage which the varscan2 provides for the normal/tumor pair in the output is having both frequencies at the normal site and at the variant site of the tumor. In order to understand what is the frequency of the variant , I should consider the frequency of the variants at the tumor site right? I am talking about the column
tumor_var_freq
in the VarScan output. This is the VAF am talking about for considering the somatic mutations. Please let me know if am correct or not?Hi,
I am not familiar with the varScan2 output. But if you are interested in somatic mutations you should be looking at VAF (no. of reads supporting variant allele / total no. of reads) at tumor site. For the same position, VAF at normal site should be far lower (maybe 0 or <0.05 ?). I have also seen some papers, where they classify it as somatic if the fold change of VAF between tumor and normal is > 5 (just a filtering criteria).
Thanks a lot for the suggestion. I would like to know if you are familiar with GATK multi-sampling. I have bam files of tumor with its paired normal and two reprogrammed clones(single clone) from the tumor. If I want to take all the 4 bam files and want to call the variants , in order to understand which tumor specific mutations are still carried in it reprogrammed clone , can that be done by GATK? Can you tell me the script that can handle this type of call? It would be nice if you can give me any suggestions. Thanks a lot.
Thanks for the information. Sorry , I am not being able to use the package, can you please guide me how to install the package sciclone
can you tell me how to download the sciClone from the github, which are the necessary packages that are needed to be downloaded from github , am unable to understand how to download sciclone from github and use it in R in my mac locally, it is not in CRAN or Bioconductors so I have to download the package locally and then import it in the R . However my R version is 2.15. Is that compatible for SciClone?
I have upgraded my R version and installed sciClone, now will try to understand how it works out, thanks a lot.