From f7befaaaef51e3c166ece5e646f22ade85e4778e Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 21 Nov 2023 16:03:04 +0300 Subject: Add strand position when transforming ProbeSet metadata. Signed-off-by: Munyoki Kilyungi --- examples/probeset.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/probeset.scm') 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))) -- cgit v1.2.3