Skip to content

Commit

Permalink
rye format
Browse files Browse the repository at this point in the history
  • Loading branch information
aarmey committed Nov 5, 2024
1 parent 9c4bd71 commit 3262a99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions figure2.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#%%
# %%
import scanpy as sc
from pf2barcode.imports import import_CCLE
import seaborn as sns

X = import_CCLE()

Xsel = X[:, X.var.index.str.contains('AXL')]
Xsel = X[:, X.var.index.str.contains("AXL")]
Xsel.uns

sc.pl.pca(X, color="SW", components=['1, 2'], size=10)
sc.pl.pca(X, color="SW", components=["1, 2"], size=10)

# %%

0 comments on commit 3262a99

Please sign in to comment.