jkh commited on
Commit
0e25a86
·
verified ·
1 Parent(s): 55a969d

Upload head_legacy_summary.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. head_legacy_summary.json +112 -0
head_legacy_summary.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head": {
3
+ "dataset_info": {
4
+ "tissue": "head",
5
+ "timestamp": "2025-06-16 00:07:00",
6
+ "processing_status": "completed_legacy_format"
7
+ },
8
+ "files_found": {
9
+ "expression": {
10
+ "file": "processed/aging_fly_head_expression.parquet",
11
+ "size_mb": 962.2,
12
+ "shape": [
13
+ 289981,
14
+ 15992
15
+ ],
16
+ "status": "found"
17
+ },
18
+ "sample_metadata": {
19
+ "file": "processed/aging_fly_head_sample_metadata.parquet",
20
+ "size_mb": 5.6,
21
+ "shape": [
22
+ 289981,
23
+ 17
24
+ ],
25
+ "status": "found"
26
+ },
27
+ "feature_metadata": {
28
+ "file": "processed/aging_fly_head_feature_metadata.parquet",
29
+ "size_mb": 0.2,
30
+ "shape": [
31
+ 15992,
32
+ 2
33
+ ],
34
+ "status": "found"
35
+ },
36
+ "projection_pca": {
37
+ "file": "processed/aging_fly_head_projection_X_pca.parquet",
38
+ "size_mb": 257.7,
39
+ "shape": [
40
+ 289981,
41
+ 151
42
+ ],
43
+ "status": "found"
44
+ },
45
+ "projection_umap": {
46
+ "file": "processed/aging_fly_head_projection_X_umap.parquet",
47
+ "size_mb": 5.8,
48
+ "shape": [
49
+ 289981,
50
+ 3
51
+ ],
52
+ "status": "found"
53
+ },
54
+ "projection_tsne": {
55
+ "file": "processed/aging_fly_head_projection_X_tsne.parquet",
56
+ "size_mb": 5.8,
57
+ "shape": [
58
+ 289981,
59
+ 3
60
+ ],
61
+ "status": "found"
62
+ },
63
+ "unstructured": {
64
+ "file": "processed/aging_fly_head_unstructured_metadata.json",
65
+ "size_mb": 0.0,
66
+ "key_count": 1,
67
+ "status": "found"
68
+ }
69
+ },
70
+ "data_analysis": {
71
+ "expression_info": {
72
+ "cells": 289981,
73
+ "genes": 15992,
74
+ "size_gb": 0.94,
75
+ "estimated_sparsity": "unknown_legacy_format"
76
+ },
77
+ "sample_info": {
78
+ "total_cells": 289981,
79
+ "columns": [
80
+ "tissue",
81
+ "sex",
82
+ "age",
83
+ "sex_age",
84
+ "n_genes_by_counts",
85
+ "total_counts",
86
+ "total_counts_mt",
87
+ "pct_counts_mt",
88
+ "log1p_n_genes_by_counts",
89
+ "log1p_total_counts"
90
+ ],
91
+ "age_groups": {
92
+ "5": 100311,
93
+ "50": 73575,
94
+ "30": 61808,
95
+ "70": 54287
96
+ },
97
+ "cell_types_count": 91,
98
+ "sex_distribution": {
99
+ "female": 145457,
100
+ "male": 140517,
101
+ "mix": 4007
102
+ }
103
+ },
104
+ "feature_info": {
105
+ "total_genes": 15992,
106
+ "columns": [
107
+ "gene_ids"
108
+ ]
109
+ }
110
+ }
111
+ }
112
+ }