Thank you very much for your answer and the script, now I could get ABSOLUTE running however I still have a number of questions:
My results of CopywriteR seem to be affected by the different tumour purity of the samples, i.e. samples with more normal tissue show less CNAs. Does that bias the results of ABSOLUTE since we are using
segment.Rdataas an input?I used the base
RunAbsolutecommand without point mutation information, however in the paper and in the manual they say that the somatic point mutations in MAF files may be used if available. I have the MAF files (I used MuTect) but I noticed as well that the variant allele frequencies (VAFs) of the mutations are influenced by the tumour purity of the sample, i.e. samples with more normal tissue have lower VAFs. So I wonder how could I use the MAF files if the VAFs are influenced by the unknown tumour purity. Actually, I was planning to use ABSOLUTE results to re-call mutations with MuTect explicitly saying the tumour purity, if that's possible...I used the parameters:
sigma.p <- 0 max.sigma.h <- 0.02 min.ploidy <- 0.95 max.ploidy <- 10 max.as.seg.count <- 1500 max.neg.genome <- 0 max.non.clonal <- 0for the command
RunAbsolute, which are used in the example in the manual page, so I was wondering if those are considered like default parameter values or they should be different for every sample or type of data?My last question is related to the answer that you wrote here some time ago. I was trying Theta2 as well and it worked well with the example data but when I tried my files I got an error. I posted a question in their Theta users group but it seems that the forum is very passive. Maybe I will post the question in this forum.
Thank you very much!