Skip to content

Commit

Permalink
untabify
Browse files Browse the repository at this point in the history
MSW secure shell SUN WMATA Peering UFO GRU Foot and Mouth RSA Hostage
Disaster assistance DCJFTF Hollyhock MI5 SHA
  • Loading branch information
benjamin-james committed Apr 12, 2024
1 parent 81dc692 commit 207a024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benj/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ def integrate_rna(adata, output=None, batch=None, hvg:int=0, use_combat:bool=Fal
print("Data looks normalized already")
adata.raw = adata
if compute_umap:
if hvg > 0:
with sw("Calculating %d HVG" % hvg):
if hvg > 0:
with sw("Calculating %d HVG" % hvg):
sc.pp.highly_variable_genes(adata, n_top_genes=hvg, batch_key=batch, subset=True)
if batch is not None and use_combat:
with sw("Running ComBat"):
Expand Down

0 comments on commit 207a024

Please sign in to comment.