mskcc / facets

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

LogR and LogOR, log2 or natural log #114

Open cytrix1 opened 5 years ago

cytrix1 commented 5 years ago
  1. In FACETS, log2 is used in LogR and natural log is used in LogOR? Is it correct?

image

  1. I am wondering how P(g) term in likelihood is determined. Is it evenly distributed and updated during iteration?

Thank you very much!

Young

veseshan commented 5 years ago
  1. For log-ratio fold change makes sense and so log2 is easier to interpret. For odds-ratio natural log is easier for distributional properties.