cancerit / ascatNgs

Somatic copy number analysis using WGS paired end wholegenome sequencing
http://cancerit.github.io/ascatNgs/
GNU Affero General Public License v3.0
68 stars 17 forks source link

Using ASCATngs in a tumour-only mode #116

Closed samhitapn closed 1 year ago

samhitapn commented 2 years ago

Can I use ascatngs in a tumour-only mode? If not, what is your suggestion to use it only with the tumour data/ BAMs?

AndyMenzies commented 2 years ago

Hi

ascatNgs is specifically designed to run over tumour/normal sample pairs. It is not possible to run it over a single sample alone.

We typically have matched tumour/normal pairs for our data so our experience with single sample algorithms is extremely limited. You could try Ginkgo or HMMcopy but I don't know if they would be a food fit for your purpose.

samhitapn commented 2 years ago

Thank you.

Can I then alternatively use the original ASCAT instead by simply providing the BAF and the logR values generated elsewhere for a selected list of SNP locations? For NGS data.

Samhita

AndyMenzies commented 2 years ago

Technically yes, but only if you really know what you are doing.

Under the hood ASCAT expects normal cells to contaminate the tumour sample. It uses the divergence in the snp profiles of the two samples to calculate the proportion of mutated dna in the tumour. From there it tries to subtract normal data from the tumour so it can present a copy number profile of only the aberrant cell fraction.

If your normal data doesn't come from the same individual or is from an insilico simulation there will be a much greater distance between in the 2 snp profiles than expected, and the normal subtraction is likely to give you a misleading answer.