compute_model_fdr

class pyprophet.ipf.compute_model_fdr(data_in)[source]

Bases:

Computes model-based FDR estimates from posterior error probabilities.

Parameters:

data_in (array-like) – Input posterior error probabilities.

Returns:

FDR estimates for the input data.

Return type:

np.ndarray