metadata (.json file) specification
{
"type": "clinicalMatrix",
"cohort": "name of the cohort",
"label": "display label of the file",
"dataSubType": "the section the dataset is displayed under in Xena Datapages, describe what data is in the life",
"map": [
{
"label": "display label of the map",
"dataSubType": "embedding",
"dimension": ["UMAP_1","UMAP_2","UMAP_3"]
}
]
}{
"type": "clinicalMatrix",
"cohort": "name of the cohort",
"label": "display label of the file",
"dataSubType": "the section the dataset is displayed under in Xena Datapages, describe what data is in the life",
"map": [
{
"label": "display label of the map",
"dataSubType": "spatial",
"dimension": ["X","Y"],
"unit": "pixel",
"spot_diameter": 178.37655999999998,
"micrometer_per_unit": 0.3083364764966877,
"image": [
{
"label": "display label of the image",
"path": "image file path",
"size": [24240, 24240],
"offset": [0,0],
"image_scalef": 1,
},
{
"label": "display label of the image",
"path": "image file path",
"size": [2000, 2000],
"offset": [0,0],
"image_scalef": 0.08250825
}]
}]
}{
"type": "clinicalMatrix",
"dataSubtype": "phenotype",
"label": "display label of the file",
"cohort": "name of the cohort",
"bioentity":"cell",
"map":[
{
"label":"mIF H&E coregistered",
"type":"spatial",
"dimension":["CenterX", "CenterY"],
"unit":"pixel",
"micrometer_per_unit":0.120280945,
"spot_diameter":84,
"image":[
{
"label":"morphology 2D image, coregistered H&E",
"path":"/CosMx/img",
"offset": [0, 0],
"image_scalef": 1
}
],
"transcript":[
{
"label":"CosMx transcript data",
"path":"transcripts.tsv",
"dimension":["x","y"]
}
]
}
]
}
{
"cohort": "TCGA Breast Cancer (BRCA)",
"dataSubType": "phenotype",
"label": "Curated survival data",
"type": "clinicalMatrix",
"units": {
"OS": "days",
"DSS": "days",
"DFI": "days",
"PFI": "days"
}
}{
"cohort": "TCGA Breast Cancer (BRCA)",
"label": "label of you dataset",
"type": "clinicalMatrix",
":clinialFeature": "clinicalFeature.txt"
}feature attribute value
alcohol_history valueType category
alcohol_history state no
alcohol_history state yes
alcohol_history_intensity stateOrder "no","yes"{
"type":"clinicalFeature"
}{
"cohort": "TCGA Acute Myeloid Leukemia (LAML)",
"dataSubType": "gene expression RNAseq",
"label": "IlluminaHiSeq",
"colNormalization": true,
"type": "genomicMatrix",
"unit": "log2(norm_count+1)"
}