Add README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- longevity
|
5 |
+
- dataset
|
6 |
+
pretty_name: Tissue Cell Raw P Dataset
|
7 |
+
size_categories:
|
8 |
+
- 10K<n<100K
|
9 |
+
---
|
10 |
+
|
11 |
+
# Tissue Cell Raw P Dataset
|
12 |
+
|
13 |
+
This dataset was processed using the parq2hug tool on 2025-06-15.
|
14 |
+
|
15 |
+
## Dataset Information
|
16 |
+
|
17 |
+
- **Rows**: 20,116
|
18 |
+
- **Columns**: 195
|
19 |
+
- **File Size**: 25.91 MB
|
20 |
+
|
21 |
+
## File Structure
|
22 |
+
|
23 |
+
### `expression.parquet`
|
24 |
+
|
25 |
+
`expression.parquet` contains the main dataset with 20,116 rows and 195 columns.
|
26 |
+
|
27 |
+
### `feature_metadata.parquet`
|
28 |
+
|
29 |
+
`feature_metadata.parquet` contains metadata for each feature (column) in the dataset, including:
|
30 |
+
- Feature name
|
31 |
+
- Data type
|
32 |
+
- Statistics (count, mean, std, min, max)
|
33 |
+
- Null count
|
34 |
+
- Unique value count (for categorical features)
|
35 |
+
|
36 |
+
## Data Processing
|
37 |
+
|
38 |
+
This dataset was automatically processed from a parquet file using the parq2hug tool.
|
39 |
+
Original file: DGE_result.tissue_cell.raw_p.parquet
|