chessboard.api.prefilter.PBSFilter

chessboard.api.prefilter.PBSFilter(data, n_boot=500, alpha=0.05)

PBS KS Filter

Filters LSVs using a parametric bootstrap Kolmogorov-Smirnov test.

Parameters
  • data – Chessboard object.

  • n_boot – Number of bootstrap samples.

  • alpha – p-value cutoff for the statistical test.