Sections Table
Syntax
Type[Parent AccNo (optional)] Attr1 Atrr2 AttrN
AccNo1 Attr1 Value Attr2 Value AttrN Value
AccNo2 Attr1 Value Attr2 Value AttrN Value
AccNoN Attr1 Value Attr2 Value AttrN ValueExamples
Data[s-E-MTAB-2950] Title Description
DT-1 Group 1 Transcription Data The data for zygotic transcription in mammals group 1
DT-2 Group 2 Transcription Data The data for zygotic transcription in mammals group 2{
"section": {
"accno": "s-E-MTAB-2950",
"subsections": [[{
"accno": "DT-1",
"attributes": [{
"name": "Title",
"value": "Group 1 Transcription Data"
}, {
"name": "Description",
"value": "The data for zygotic transcription in mammals group 1"
}],
"type": "Data"
}, {
"accno": "DT-2",
"attributes": [{
"name": "Title",
"value": "Group 2 Transcription Data"
}, {
"name": "Description",
"value": "The data for zygotic transcription in mammals group 2"
}],
"type": "Data"
}]],
}
}Last updated