Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
(chore): remove wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Feb 21, 2024
1 parent 3338927 commit c6f960c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 62 deletions.
2 changes: 1 addition & 1 deletion src/multi_condition_comparisions/tl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from . import de, wrapper
from . import de
2 changes: 1 addition & 1 deletion src/multi_condition_comparisions/tl/de.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,4 +479,4 @@ def _test_single_contrast(self, contrast: List[str], **kwargs) -> pd.DataFrame:
# Convert results to pandas
de_res = ro.conversion.rpy2py(ro.globalenv["de_res"])

return de_res.rename(columns={"PValue": "pvals", "logFC": "logfoldchanges", "FDR": "pvals_adj"})
return de_res.rename(columns={"PValue": "pvals", "logFC": "logfoldchanges", "FDR": "pvals_adj"})
60 changes: 0 additions & 60 deletions src/multi_condition_comparisions/tl/wrapper.py

This file was deleted.

0 comments on commit c6f960c

Please sign in to comment.