jruffle commited on
Commit
def0272
·
verified ·
1 Parent(s): db4bf46

Update metadata with RobustScaler preprocessing info

Browse files
Files changed (1) hide show
  1. metadata.json +23 -0
metadata.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "compression_mode": "samples",
3
+ "latent_dims": 4,
4
+ "preprocessing_method": "robust",
5
+ "preprocessing_quantile_range": [
6
+ 5.0,
7
+ 95.0
8
+ ],
9
+ "norm_range": [
10
+ -1,
11
+ 1
12
+ ],
13
+ "n_samples": 1050,
14
+ "n_features": 20136,
15
+ "pca_explained_variance": [
16
+ 0.15058058614897432,
17
+ 0.07173255882978682,
18
+ 0.049192590371805796,
19
+ 0.04009109228884122
20
+ ],
21
+ "has_umap": true,
22
+ "n_genes": 20136
23
+ }