Data from triple negative breast cancer PDX. Provides an example of fitted Rcongas object

data(congas_example)

Format

Output from `run_inference`.

Examples

data(congas_example)
print(congas_example)
#> ── [ Rcongas ]  ────────────────────────────────────────────────────────────────
#> 
#> → Data: 503 cells with 8564 genes, aggregated in 70 segments.
#> 
#>  Clusters: k = 2, model with AIC = 577427.35.
#> 
#> ● Cluster c1, n = 379 [75.35% of total cells].
#> ● Cluster c2, n = 124 [24.65% of total cells].
#> 
#> ── CNA highlights (alpha = 0.05) 
#> 
#>   c1 CNA(s):  [chr14:93300001:105450000] vs c2, [chr15:67050001:102600000] vs c2, [chr16:1:3750000] vs c2, and [chr18:32400001:55950000] vs c2
#> 
#> 
#> ── Differential Expression DESeq2  (1 vs 2) 
#>  212 DE genes (alpha = 0.01, |lfc| > 0.25).
plot(congas_example)