Skip to content

Commit

Permalink
n bins bug fixed in scgpt
Browse files Browse the repository at this point in the history
  • Loading branch information
janursa committed Sep 9, 2024
1 parent ce35bda commit 9ab1d8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 586 deletions.
585 changes: 0 additions & 585 deletions notebooks/process_results.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion src/methods/single_omics/scgpt/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
result_log1p_key="X_log1p",
subset_hvg= False, # 5. whether to subset the raw data to highly variable genes
hvg_flavor="seurat_v3" if data_is_raw else "cell_ranger",
binning=n_bins, # 6. whether to bin the raw data and to what number of bins
binning=n_input_bins, # 6. whether to bin the raw data and to what number of bins
result_binned_key="X_binned", # the key in adata.layers to store the binned data
)
preprocessor(adata, batch_key="str_batch")
Expand Down

0 comments on commit 9ab1d8f

Please sign in to comment.