mskcc / facets

Algorithm to implement Fraction and Copy number Estimate from Tumor/normal Sequencing.
139 stars 65 forks source link

FACETS cellular fraction #45

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi,

I am wondering how exactly interpret the cellular fraction returned by FACETS. Let's say for example we have cf.em = {1,0.6,0.3,0.2}

Shall we look at the cell fraction for the sub clones straight or do we have to adjust for tumor purity i.e. sub clonal cell frac = 0.4*0.6=0.24 and 0.3*0.6=0.18 ?

Many thanks for your help

veseshan commented 7 years ago

The cellular fraction (cf) is fraction of tumor cells with that event i.e it is already corrected for tumor purity.

Venkat

ghost commented 7 years ago

Thank for your answer! So If I want to compare the cellular fraction of each sub clones between 2 samples from the same donor (2 different runs of facets), I can compare the cf directly, right ? Sorry I am new in the field

veseshan commented 7 years ago

That would be reasonable.