Skip to content

Ploidy

nQuire: a statistical framework for ploidy estimation using next generation sequencing

Ploidy

  • Ploidy traditionally has been investigated by measuring DNA content using flow cytometry
  • It can also be inferred from next generation sequencing (NGS) data either by examining k-mer distributions, or by assessing the distribution of allele frequencies at biallelic single nucleotide polymorphisms (SNPs)

NGS

  • Disadvantage:
    • does not provide summary statistics that permit quantifying how well the data fit the expected distributions
    • this approach is that it is preceded by the identification of variable sites (“SNP calling”), which is carried out using methodologies that benefit from a previously known ploidy level
  • This method was primarily developed for resequencing studies

nQuire

It models base frequencies as a Gaussian Mixture Model (GMM), and uses maximum likelihood to assess empirical data under the assumptions of diploidy, triploidy and tetraploidy.

使用高斯混合模型对可变位点的基频分布进行建模并使用最大似然法来选择最合理的倍性模型

logL=i=1nlogj=13αjN(xi|μj,σj)

j=13αj=1.


Expectation-Maximization (EM) algorithm

P(Zi=j|xi)=αjN(xi|μj,σj)j=13αjN(xi|μj,σj)=γZi(j)

latent variables Zi.

M-step
Sj=i=1nγZi(j)μ^j=1Sji=1nγZi(j)xiσ^j2=1Sji=1nγZi(j)(xiμj)2α^j=Sjn

The log-likelihood is calculated after the M-step, and the next E-step is initiated unless the log-likelihood has changed by less then ϵ=0.01 from the previous M-step.

E-step
logLdiploid=i=1nlogN(xi;0.5,σ)logLtriploid=i=1nlogj=120.5N(xi;μj,σj),μj{0.33,0.67}logLtetraploid=i=1nlogj=130.33N(xi;μj,σj),μj{0.25,0.5,0.75}ΔlogLdiploid=logLfreelogLdiploidΔlogLtriploid=logLfreelogLtriploidΔlogLtetraploid=logLfreelogLtetraploid

GenomeScope 2.0 and Smudgeplot for referencefree profiling of polyploid genomes

AbsCN-seq: a statistical method to estimate tumor purity, ploidy and absolute copy numbers from next-generation sequencing data

ConPADE: Genome Assembly Ploidy Estimation from Next-Generation Sequencing Data