MOBSTER fit for the LU4 lung sample; this object is the result of running `mobster_fit` function on the input data described in the main MOBSTER paper. The data consists of diploid mutations for the sample available at the Comprehensive Omics Archive of Lung Adenocarcinoma (http://genome.kaist.ac.kr/).

data(LU4_lung_sample)

Format

Output from `mobster_fit`.

Examples

data(LU4_lung_sample, package = 'mobster') print(LU4_lung_sample$best)
#> ── [ MOBSTER ] n = 1282 with k = 1 Beta(s) and a tail ─────────────────────────
#> ● Clusters: π = 73% [C1] and 27% [Tail], with π > 0.
#> ● Tail [n = 310, 27%] with alpha = 1.9.
#> ● Beta C1 [n = 972, 73%] with mean = 0.26.
#> Score(s): NLL = -1527.89; ICL = -2797.42 (-3012.83), H = 215.41 (0). Fit #> converged by MM in 62 steps.
plot(LU4_lung_sample$best)