Learn R Programming

sequenza (version 1.0.5)

get.ci: Compute the confidence interval of cellularity and ploidy

Description

Compute the confidence intervals for a cellularity-ploidy likelihood matrix.

Usage

get.ci(cp.table, interval = 0.95)

Arguments

cp.table
list obtained with baf.model.fit or mufreq.model.fit.
interval
size of confidence interval (in decimal). Defaults to 0.95

Value

  • values.xmatrix of ploidy values with respective likelihood.
  • confint.xboundaries of the confidence interval of the estimated ploidy.
  • max.xpoint estimate of the ploidy value that has the maximum likelihood.
  • values.ymatrix of cellularity values with respective likelihood.
  • confint.yboundaries of the confidence interval of the estimated cellularity.
  • max.ypoint estimate of the cellularity value that has the maximum likelihood.

See Also

baf.model.fit, mufreq.model.fit.