rna_majiq.PsiCoverage.bootstrap_psi_mean_population_quantile
- PsiCoverage.bootstrap_psi_mean_population_quantile(quantiles=[0.25, 0.75], quantile_dim_name='population_quantile', **indexer_kwargs)
empirical quantiles over prefixes of bootstrap_psi_mean
- Parameters:
quantiles (
Sequence[float]
) – quantiles over quantified population to computequantiles_dim_name (
str
) – Name of dimension in output array matching quantilesindexer_kwargs (
{dim: slice}
, optional) – pairs of dimension names slices passed into isel() method on underlying xarray objects. Note that this can slice on “prefix”, in which case the quantile is taken over the remaining prefixes.
- Returns:
xarray.DataArray
– array(…, quantiles_dim_name) of quantiles per connection over quantified prefixes