
Retrieve stored cell fraction estimates
get_cell_fractions.RdRetrieve stored cell fraction estimates
Examples
v <- example_vista()
if (requireNamespace('xCell2', quietly = TRUE)) {
vx <- try(run_cell_deconvolution(v, method = 'xCell2'), silent = TRUE)
if (!inherits(vx, 'try-error')) head(get_cell_fractions(vx))
}
#> Starting xCell2 Analysis...