jruffle commited on
Commit
48afdea
·
verified ·
1 Parent(s): 64fbc02

Update metadata with RobustScaler preprocessing info

Browse files
Files changed (1) hide show
  1. metadata.json +22 -0
metadata.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "compression_mode": "samples",
3
+ "latent_dims": 3,
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.1505805861489747,
17
+ 0.07173255882979271,
18
+ 0.04919259037077066
19
+ ],
20
+ "has_umap": true,
21
+ "n_genes": 20136
22
+ }