Skip to content

Commit 351067e

Browse files
committed
Add Extraction template
1 parent fe5c353 commit 351067e

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"data": [
3+
{
4+
"metadata": {
5+
"name": "Metabolights - Extraction",
6+
"group": "metabolights",
7+
"group_order": 1,
8+
"temporary_name": "1_metabolights_extraction",
9+
"version": "1.0.0",
10+
"isa_config": "genome_seq_default_v2015-07-02",
11+
"isa_measurement_type": null,
12+
"isa_technology_type": "mass spectrometry | NMR spectroscopy",
13+
"isa_protocol_type": null,
14+
"repo_schema_id": "",
15+
"organism": "any",
16+
"level": "assay - material"
17+
},
18+
"data": [
19+
{
20+
"iri": null,
21+
"name": "Extraction Method",
22+
"description": "The protocol used to extract the metabolites from the biological material.",
23+
"required": true,
24+
"ontology": null,
25+
"dataType": "String",
26+
"CVList": null,
27+
"isaTag": "protocol"
28+
},
29+
{
30+
"iri": null,
31+
"name": "Post extraction",
32+
"description": "Only applies to materials used for Mass Spectrometry. Extract concentration, Samples enrichment and resuspension processes e.g Dried under nitrogen, resuspended in H2O or pyridine, SPE column.",
33+
"required": false,
34+
"ontology": null,
35+
"dataType": "String",
36+
"CVList": null,
37+
"isaTag": "parameter_value"
38+
},
39+
{
40+
"iri": null,
41+
"name": "Derivatization",
42+
"description": "Only applies to materials used for Mass Spectrometry. Derivatization methods e.g. OMS, TMS",
43+
"required": false,
44+
"ontology": null,
45+
"dataType": "String",
46+
"CVList": null,
47+
"isaTag": "parameter_value"
48+
},
49+
{
50+
"iri": null,
51+
"name": "Extract Name",
52+
"description": "User-defined names for each portion of extracted material.",
53+
"required": true,
54+
"ontology": null,
55+
"dataType": "String",
56+
"CVList": null,
57+
"isaTag": "other_material"
58+
}
59+
]
60+
}
61+
]
62+
}

0 commit comments

Comments
 (0)