We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b1adb commit 719847fCopy full SHA for 719847f
src/gsMap/find_latent_representation.py
@@ -42,7 +42,6 @@ def preprocess_data(adata, params):
42
if params.data_layer in ['count', 'counts']:
43
44
adata.X = adata.layers[params.data_layer].copy()
45
- logger.warning()
46
# HVGs based on count
47
sc.pp.highly_variable_genes(adata,flavor="seurat_v3",n_top_genes=params.feat_cell)
48
# Normalize the data
0 commit comments