Skip to content

Commit

Permalink
Ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyTLin committed May 25, 2024
1 parent c477ee2 commit 71cf4a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bicytok/figures/figure3.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

def makeFigure():
"""Figure file to generate bar plots for amount of signal receptor bound to each given cell type
secondary: signaling receptor
epitope: additional targeting receptor"""
secondary: signaling receptor
epitope: additional targeting receptor"""
ax, f = getSetup((8, 3), (1, 2))

secondary = "CD122"
Expand Down
1 change: 1 addition & 0 deletions bicytok/selectivityFuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def optimizeDesign(

markDict = {"CD25": "IL2Ra", "CD122": "IL2Rb", "CD127": "IL7Ra", "CD132": "gc"}


def convFactCalc(CITE_DF: pd.DataFrame) -> pd.DataFrame:
"""Returns conversion factors by marker for converting CITEseq signal into abundance
Args:
Expand Down

0 comments on commit 71cf4a8

Please sign in to comment.