aboutsummaryrefslogtreecommitdiff
path: root/examples/probeset.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-11-21 16:03:04 +0300
committerMunyoki Kilyungi2023-11-21 16:03:49 +0300
commitf7befaaaef51e3c166ece5e646f22ade85e4778e (patch)
tree6c49de8cff3a79a209c5cd472dbf886c8bcf532c /examples/probeset.scm
parentaf4ef6c524776413e2b1b1ec7f4806a114b11630 (diff)
downloadgn-transform-databases-f7befaaaef51e3c166ece5e646f22ade85e4778e.tar.gz
Add strand position when transforming ProbeSet metadata.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/probeset.scm')
-rwxr-xr-xexamples/probeset.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/probeset.scm b/examples/probeset.scm
index 6fb34fe..9e41781 100755
--- a/examples/probeset.scm
+++ b/examples/probeset.scm
@@ -20,6 +20,8 @@
(gnt:hasTargetId a owl:ObjectProperty)
(gnt:hasTargetId rdfs:domain gnc:Probeset)
(gnt:symbol rdfs:domain gnc:Probeset)
+ (gnt:strandPosition rdfs:domain gnc:ProbeSet)
+ (gnt:strandPosition a owl:ObjectProperty)
(gnt:targetsRegion a owl:ObjectProperty)
(gnt:targetsRegion rdfs:domain gnc:Probeset)
(gnt:chr rdfs:domain gnc:Probeset)
@@ -79,6 +81,8 @@
Probe_set_target_region))))
(set gnt:chr (field ProbeSet Chr))
(set gnt:mb (annotate-field (field ("IFNULL(ProbeSet.Mb, '')" Mb)) '^^xsd:double))
+ (set gnt:strandProbe
+ (field ProbeSet Strand_Probe))
(set gnt:hasSpecificity
(field ("IFNULL(ProbeSet.Probe_set_specificity, '')"
Probe_set_specificity)))