Document harmonized clock metadata
Browse files
README.md
CHANGED
|
@@ -20,11 +20,33 @@ This public repository contains the model weights and data files used by
|
|
| 20 |
- Root-level example files support the pyaging tutorials.
|
| 21 |
- `supporting_files/` contains dependencies used to construct or document clocks.
|
| 22 |
|
| 23 |
-
Files used by the Python package are intentionally stored at the repository root
|
| 24 |
-
|
| 25 |
The `main` branch is the live data release and may change independently of the Python
|
| 26 |
package version.
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
## Licensing and provenance
|
| 29 |
|
| 30 |
This is a mixed-provenance research collection, so the repository license is `other`.
|
|
|
|
| 20 |
- Root-level example files support the pyaging tutorials.
|
| 21 |
- `supporting_files/` contains dependencies used to construct or document clocks.
|
| 22 |
|
| 23 |
+
Files used by the Python package are intentionally stored at the repository root and
|
| 24 |
+
downloaded through the standard Hugging Face cache.
|
| 25 |
The `main` branch is the live data release and may change independently of the Python
|
| 26 |
package version.
|
| 27 |
|
| 28 |
+
## Harmonized clock metadata
|
| 29 |
+
|
| 30 |
+
The clock catalogue uses controlled, multi-valued metadata so clocks can be
|
| 31 |
+
filtered consistently:
|
| 32 |
+
|
| 33 |
+
- `tissue` records the biological material used to develop or train the model.
|
| 34 |
+
- `platform` records the measurement platform used for model development.
|
| 35 |
+
- `predicts` describes how to interpret the value returned by the packaged
|
| 36 |
+
model.
|
| 37 |
+
- `training_target` records the outcome used to fit or derive the model.
|
| 38 |
+
- `unit` records the physical or statistical unit of the returned,
|
| 39 |
+
postprocessed value.
|
| 40 |
+
|
| 41 |
+
Each of these fields is an array of controlled terms, even when a clock has only
|
| 42 |
+
one value. Precise wording from the paper, supplement, implementation, or author
|
| 43 |
+
communication is retained in the notebooks' same-line metadata comments and in
|
| 44 |
+
the field-level evidence ledger. The canonical
|
| 45 |
+
[`clock_metadata.json`](https://github.com/lucascamillomd/pyaging/blob/main/clocks/metadata/clock_metadata.json)
|
| 46 |
+
registry and
|
| 47 |
+
[`evidence_ledger.jsonl`](https://github.com/lucascamillomd/pyaging/blob/main/clocks/metadata/evidence_ledger.jsonl)
|
| 48 |
+
are maintained in the pyaging repository.
|
| 49 |
+
|
| 50 |
## Licensing and provenance
|
| 51 |
|
| 52 |
This is a mixed-provenance research collection, so the repository license is `other`.
|