| ... | @@ -13,9 +13,17 @@ Key-value pairs are a very flexible way to record the meta data associated with |
... | @@ -13,9 +13,17 @@ Key-value pairs are a very flexible way to record the meta data associated with |
|
|
3. Separate metadata (values) in filenames or directory by an underscore (`_`)
|
|
3. Separate metadata (values) in filenames or directory by an underscore (`_`)
|
|
|
4. You can use directory structure to organise your data, the management of this is a little more complicated though.
|
|
4. You can use directory structure to organise your data, the management of this is a little more complicated though.
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
|
|
|
## An Example
|
|
## An Example
|
|
|
|
|
|
|
|
In this case the file names are storing
|
|
* `171101_dose-100_time1_rep1.tif`
|
|
|
|
This filename is recording:
|
|
|
|
- the date of experiment
|
|
|
|
- the dose
|
|
|
|
- the time in hours since the start of the experiment
|
|
|
|
- the replicate number
|
|
|
|
|
|
|
|
* Date of the experiment (different from imaging date)
|
|
* Date of the experiment (different from imaging date)
|
|
|
* dosage (cont, low and high)
|
|
* dosage (cont, low and high)
|
| ... | @@ -23,24 +31,6 @@ In this case the file names are storing |
... | @@ -23,24 +31,6 @@ In this case the file names are storing |
|
|
* replicate number
|
|
* replicate number
|
|
|
|
|
|
|
|
|
|
|
|
|
| Time 1 hour | Time 4 hours |
|
|
|
|
|
|-----------------------------------|----------------------|
|
|
|
|
|
| `171101_dose-100_time1_rep1.tif` | `171101_dose-100_time4_rep1.tif` |
|
|
|
|
|
| `171101_dose-100_time1_rep2.tif` | `171101_dose-100_time4_rep2.tif` |
|
|
|
|
|
| `171101_dose-100_time1_rep3.tif` | `171101_dose-100_time4_rep3.tif` |
|
|
|
|
|
| | |
|
|
|
|
|
| `171101_dose-10_time1_rep1.tif` | `171101_dose-10_time4_rep1.tif` |
|
|
|
|
|
| `171101_dose-10_time1_rep2.tif` | `171101_dose-10_time4_rep2.tif` |
|
|
|
|
|
| `171101_dose-10_time1_rep3.tif` | `171101_dose-10_time4_rep3.tif` |
|
|
|
|
|
| | |
|
|
|
|
|
| `171101_dose-0_time1_rep1.tif` | `171101_dose-0_time4_rep1.tif` |
|
|
|
|
|
| `171101_dose-0_time1_rep2.tif` | `171101_dose-0_time4_rep2.tif` |
|
|
|
|
|
| `171101_dose-0_time1_rep3.tif` | `171101_dose-0_time4_rep3.tif` |
|
|
|
|
|
|
|
|
|
|
This information can be stored in the dataset description:
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|