Skip to content

Commit

Permalink
Added zscore to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
PauBadiaM authored Jul 24, 2024
1 parent c1a458f commit 0a24fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decoupler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from .method_gsea import run_gsea, get_gsea_df # noqa: F401
from .method_viper import run_viper # noqa: F401
from .method_aucell import run_aucell # noqa: F401
from .method_zscore import run_zscore # noqa: F401
from .decouple import decouple, run_consensus # noqa: F401
from .consensus import cons # noqa: F401
from .omnip import (
Expand Down

0 comments on commit 0a24fa9

Please sign in to comment.