CP.data: Example of cellularity and ploidy results

Description Usage Format Examples

Description

Examples of results from the maximum a posteriori estimation from a set of cellularity and ploidy values, as returned by the functions baf.model.fit and mufreq.model.fit.

Usage

1

Format

A list containing three items:

ploidy

numeric vector of tested ploidy values.

cellularity

numeric vector of tested cellularity values.

lpp

numeric matrix of log-posterior probability for each (ploidy, cellularity) pair.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
    data(CP.example)
    str(CP.example)

    ## Visualization of the object
    image(x = CP.example$ploidy,
        y = CP.example$cellularity,
        z = CP.example$lpp)

    ## A better plot
    cp.plot(CP.example)
    cp.plot.contours(CP.example, add = TRUE)

sequenza documentation built on May 9, 2019, 5:04 p.m.