-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperiment_properties_Namespace.xml
More file actions
24 lines (24 loc) · 1.13 KB
/
experiment_properties_Namespace.xml
File metadata and controls
24 lines (24 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<qexperiment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://github.com/qbicsoftware/xml-manager-lib/blob/release/1.2.0/src/test/resources/life/qbic/xml/manager/qproperties.xsd">
<technology_type name="Proteomics"/>
<technology_type name="Peptidomics"/>
<qfactors>
<qcategorical label="health_state">
<qcatlevel value="healthy">
<entity_id>QACHLENTITY-3</entity_id>
<entity_id>QACHL216AK</entity_id>
<entity_id>QACHLENTITY-4</entity_id>
<entity_id>QACHL008AH</entity_id>
</qcatlevel>
<qcatlevel value="no leafs">
<entity_id>QACHL108AN</entity_id>
<entity_id>QACHL315AI</entity_id>
<entity_id>QACHL330AQ</entity_id>
<entity_id>QACHL353AU</entity_id>
</qcatlevel>
</qcategorical>
</qfactors>
<qproperty entity_id="QABCD008AB" label="size" value="0.3" unit="mm"></qproperty>
<qproperty entity_id="QABCD008AB" label="name" value="sample 10"></qproperty>
</qexperiment>