UNAGI.perturbations.pathways.get_top_pathways

UNAGI.perturbations.pathways.get_top_pathways(adata, intensity, top_n=None, cutoff=None)[source]

Get top pathways predictions after pathway perturbations at a given intensity.

Parameters:
  • adata (AnnData object) – Annotated data matrix.

  • intensity (int) – Pertubration intensity.

  • top_n (int, optional) – Number of top pathways to return. The default is None.

  • cutoff (float, optional) – P-value cutoff. The default is None.